Matrix-Analytic Methods (:mod:`butools.mam`) ============================================ .. module:: butools.mam To load this package, either start the :func:`BuToolsInit()` script, or execute .. list-table:: :widths: 50 50 * - :code:`addpath('butools/mam')` - in Matlab, * - :code:`<` - Returns any combination of the R, G, and U matrices of a discrete or continuous time QBD * - :py:func:`QBDSolve ` - Returns the parameters of the matrix-geometrically distributed stationary distribution of a QBD * - :py:func:`QBDStationaryDistr ` - Returns the stationary distribution of a QBD up to a given level Functions to solve M/G/1 and G/M/1 type Markov chains ----------------------------------------------------- .. list-table:: :widths: 25 150 * - :py:func:`MG1FundamentalMatrix ` - Returns matrix G, the fundamental matrix of an M/G/1 type Markov chain * - :py:func:`MG1StationaryDistr ` - Returns the stationary distribution of an M/G/1 type Markov chain up to a given level * - :py:func:`GM1FundamentalMatrix ` - Returns matrix R, the fundamental matrix of a G/M/1 type Markov chain * - :py:func:`GM1StationaryDistr ` - Returns the stationary distribution of a G/M/1 type Markov chain up to a given level Functions to solve Markovian fluid models ----------------------------------------- .. list-table:: :widths: 25 150 * - :py:func:`FluidFundamentalMatrices ` - Returns any combination of the Psi, K, and U matrices of a canonical Markovian fluid model * - :py:func:`FluidSolve ` - Returns the parameters of the matrix-exponentially distributed stationary distribution of a canonical Markovian fluid model * - :py:func:`GeneralFluidSolve ` - Returns the parameters of the matrix-exponentially distributed stationary distribution of a general Markovian fluid model * - :py:func:`FluidStationaryDistr ` - Returns the cummulative distribution of the stationary fluid level of a Markovian fluid model Refereces --------- .. [1] Bini, D. A., Meini, B., Steffé, S., Van Houdt, B. (2006, October). Structured Markov chains solver: software tools. In Proceeding from the 2006 workshop on Tools for solving structured Markov chains (p. 14). ACM. .. [2] Latouche, Guy, Vaidyanathan Ramaswami. "Introduction to matrix geometric methods in stochastic modeling." ASA-SIAM Series on Statistics and Applied Probability. SIAM, Philadelphia PA (1999). .. [3] A da Silva Soares. "Fluid Queues." PhD dissertation, de l'Université libre de Bruxelles, 2005. .. toctree:: :hidden: QBDFundamentalMatrices QBDSolve QBDStationaryDistr MG1FundamentalMatrix MG1StationaryDistr GM1FundamentalMatrix GM1StationaryDistr FluidFundamentalMatrices FluidSolve GeneralFluidSolve FluidStationaryDistr