Learn R Programming

markovchain (version 1.0.0)

is.stochasticallyMonotone: Check if a Markov chain is stochastically monotone

Description

Verifies if the transition matrix of the Markov chain is stochastically monotone.

Usage

is.stochasticallyMonotone(object)

# S4 method for markovchain is.stochasticallyMonotone(object)

# S4 method for matrix is.stochasticallyMonotone(object)

# S4 method for ANY is.stochasticallyMonotone(object)

Value

A boolean value.

Arguments

object

A markovchain object or a transition matrix.