Package jline.lib.butools.mam
Class GM1StationaryDistr
java.lang.Object
jline.lib.butools.mam.GM1StationaryDistr
-
Method Summary
Modifier and TypeMethodDescriptionstatic Matrixgm1StationaryDistr(List<Matrix> B, Matrix R, int K) Returns the stationary distribution of the G/M/1 type Markov chain up to a given level K.static Matrixgm1StationaryDistr(Matrix[] B, Matrix R, int K) Overload accepting Matrix[].
-
Method Details
-
gm1StationaryDistr
Returns the stationary distribution of the G/M/1 type Markov chain up to a given level K.- Parameters:
B- List of matrix blocks of the G/M/1 type generator at the boundary.R- Matrix R of the G/M/1 type Markov chain.K- The stationary distribution is returned up to this level.- Returns:
- The stationary probability vector up to level K.
-
gm1StationaryDistr
Overload accepting Matrix[].
-