StochasticMatrix

Types

Constructor

Methods

Base.randMethod
rand([rng::AbstractRNG], K::AbstractStochasticMatrix, x)

Samples a random vector conditionally on x with respect the the stochastic matrix K using the random number generator rng.

source