Package jline.lib.butools.mam
package jline.lib.butools.mam
Package containing Matrix-Analytic Methods (MAM) solvers.
Ported from BUTools V2.0.
Functions include:
- MG1FundamentalMatrix: Compute G matrix for M/G/1 type chains
- GM1FundamentalMatrix: Compute R matrix for G/M/1 type chains
- QBDStationaryDistr: Compute QBD stationary distribution
- FluidSolve: Solve canonical Markovian fluid model
- FluidStationaryDistr: Compute fluid model stationary distribution
These functions complement the existing FluidFundamentalMatrices and
QBDFundamentalMatrices in the butools package.
-
ClassDescriptionResult class for FluidSolve.Result class for GeneralFluidSolve containing the parameters of the matrix-exponentially distributed stationary distribution.Method for solving G/M/1 type matrix equation.Method for solving M/G/1 type matrix equation.