extract_R_numerical

ludics.main.extract_R_numerical(transition_matrix)

Extracts the submatrix of transitions from transitive states to absorbing states for a purely numeric matrix

Parameters

  • transition_matrix: numpy.array - A square matrix of numeric transition probabilities.

Returns

  • numpy.array - the submatrix of transitions from transitive states to absorbing states