Markov Chains (:mod:`butools.mc`) ================================= .. module:: butools.mc To load this package, either start the :func:`BuToolsInit()` script, or execute .. list-table:: :widths: 50 50 * - :code:`addpath('butools/mc')` - in Matlab, * - :code:`<` - Returns the steady state solution of a continuous time Markov chain * - :py:func:`DTMCSolve ` - Returns the steady state solution of a discrete time Markov chain * - :py:func:`CRPSolve ` - Returns the steady state solution of a continuous time rational process * - :py:func:`DRPCSolve ` - Returns the steady state solution of a discrete time rational process * - :py:func:`CheckGenerator ` - Checks if a matrix is a valid generator of a CTMC * - :py:func:`CheckProbMatrix ` - Checks if a matrix is a valid transition probability matrix of a DTMC * - :py:func:`CheckProbVector ` - Checks if a vector is a valid probability vector .. toctree:: :hidden: CTMCSolve DTMCSolve CRPSolve DRPSolve CheckGenerator CheckProbMatrix CheckProbVector