powered by
Verifies if the transition matrix of the Markov chain is stochastically monotone.
is.stochasticallyMonotone(object)# S4 method for markovchain is.stochasticallyMonotone(object)# S4 method for matrix is.stochasticallyMonotone(object)# S4 method for ANY is.stochasticallyMonotone(object)
# S4 method for markovchain is.stochasticallyMonotone(object)
# S4 method for matrix is.stochasticallyMonotone(object)
# S4 method for ANY is.stochasticallyMonotone(object)
A boolean value.
A markovchain object or a transition matrix.