Package jline.lib.butools.ph
Class PHFromMEKt
-
- All Implemented Interfaces:
public final class PHFromMEKt
-
-
Method Summary
Modifier and Type Method Description final static PHRepresentationphFromME(Matrix alpha, Matrix A, Double prec)Obtains a Markovian representation of a matrix exponential distribution of the same size, if possible, using elementary similarity transformations. -
-
Method Detail
-
phFromME
final static PHRepresentation phFromME(Matrix alpha, Matrix A, Double prec)
Obtains a Markovian representation of a matrix exponential distribution of the same size, if possible, using elementary similarity transformations.
- Parameters:
alpha- The initial vector of the matrix-exponential distribution (shape 1 x M)A- The matrix parameter of the matrix-exponential distribution (shape M x M)prec- A representation is considered to be a Markovian one if it is closer than the precision.- Returns:
PHRepresentation containing the initial probability vector and transient generator matrix of the Markovian representation.
-
-
-
-