Package jline.lib.butools.dph
Class DPHFromMGKt
-
- All Implemented Interfaces:
public final class DPHFromMGKt
-
-
Method Summary
Modifier and Type Method Description final static MGRepresentationdphFromMG(Matrix alpha, Matrix A, Double precision)Obtains a Markovian representation of a matrix-geometric distribution of the same size, if possible. final static MGRepresentationdphFromMG(DoubleArray alpha, Matrix A, Double precision)Overload for DoubleArray alpha. -
-
Method Detail
-
dphFromMG
final static MGRepresentation dphFromMG(Matrix alpha, Matrix A, Double precision)
Obtains a Markovian representation of a matrix-geometric distribution of the same size, if possible.
- Parameters:
alpha- The initial vector of the matrix-geometric distribution.A- The matrix parameter of the matrix-geometric distribution.precision- A representation is considered to be a Markovian one if it is closer than the precision (default 1e-14)- Returns:
The MGRepresentation containing beta (initial probability vector) and B (transition probability matrix)
-
dphFromMG
final static MGRepresentation dphFromMG(DoubleArray alpha, Matrix A, Double precision)
Overload for DoubleArray alpha.
-
-
-
-