Open rusandris opened 9 months ago
There should be some checks for stochasticity and warnings in calculate_transition_matrix. One solution is to set verbose=true by default in calculate_transition_matrix(Q::AbstractMatrix;verbose=false).
calculate_transition_matrix
verbose=true
calculate_transition_matrix(Q::AbstractMatrix;verbose=false)
There should be some checks for stochasticity and warnings in
calculate_transition_matrix
. One solution is to setverbose=true
by default incalculate_transition_matrix(Q::AbstractMatrix;verbose=false)
.