powered by
Check whether a matrix fulfills the conditions to be a transition matrix.
check_matrix(x)
NULL
a matrix.
This function is called by eval_transition() and should not be used directly.
eval_transition()
Checks whether all rows sum to 1 and all probabilities are between 0 and 1.