Description
Given a Markov chain object (e.g. with a transition matrix), it would be nice to have a method that checks if it is a monotone transition matrix. Just for reference, in case this is an unfamiliar property, it means that row
For example
Monotonicity is interesting because it allows one to couple two copies of the chain so that one is always above the other.
Maybe there isn't demand for such a feature, but I just thought I'd try to suggest it. Please forgive me if it is inappropriate to suggest features here.