Package jline.lib.butools.mam
Class QBDStationaryDistrKt
-
- All Implemented Interfaces:
public final class QBDStationaryDistrKt
-
-
Method Summary
Modifier and Type Method Description final static MatrixqbdStationaryDistr(Matrix pi0, Matrix R, Integer K)Returns the stationary distribution of a QBD up to a given level K. final static MatrixqbdStationaryDistr(DoubleArray pi0, Matrix R, Integer K)Overload for DoubleArray pi0. -
-
Method Detail
-
qbdStationaryDistr
final static Matrix qbdStationaryDistr(Matrix pi0, Matrix R, Integer K)
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
final static Matrix qbdStationaryDistr(DoubleArray pi0, Matrix R, Integer K)
Overload for DoubleArray pi0.
-
-
-
-