Package jline.lib.butools.mam
Class QBDStationaryDistr
java.lang.Object
jline.lib.butools.mam.QBDStationaryDistr
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixqbdStationaryDistr(double[] pi0, Matrix R, int K) Overload for double[] pi0.static MatrixqbdStationaryDistr(Matrix pi0, Matrix R, int K) Returns the stationary distribution of a QBD up to a given level K.
-
Method Details
-
qbdStationaryDistr
Returns the stationary distribution of a QBD up to a given level K.- Parameters:
pi0- The stationary probability vector of level zeroR- The matrix parameter of the matrix geometrical distribution of the QBDK- The stationary distribution is returned up to this level- Returns:
- The stationary probability vector up to level K (length (K+1)*N)
-
qbdStationaryDistr
Overload for double[] pi0.
-