Package jline.api.mam
Class Me_pieKt
-
- All Implemented Interfaces:
public final class Me_pieKt
-
-
Method Summary
Modifier and Type Method Description final static Matrixme_pie(Matrix H0, Matrix H1)Computes the stationary initial probability for an ME/RAP distribution. final static Matrixme_pie(MatrixCell ME)Computes the stationary initial probability for an ME/RAP distribution using matrices stored in a MatrixCell. -
-
Method Detail
-
me_pie
final static Matrix me_pie(Matrix H0, Matrix H1)
Computes the stationary initial probability for an ME/RAP distribution.
For RAP distributions with matrices (H0, H1), this computes the stationary distribution of the generator Q = H0 + H1, which satisfies: pi * Q = 0 and pi * e = 1
This is equivalent to map_pie for the process representation.
- Parameters:
H0- The H0 matrix (hidden transitions)H1- The H1 matrix (visible transitions)- Returns:
The stationary initial probability vector
-
me_pie
final static Matrix me_pie(MatrixCell ME)
Computes the stationary initial probability for an ME/RAP distribution using matrices stored in a MatrixCell.
- Parameters:
ME- The Matrix Exponential/RAP distribution stored in a MatrixCell- Returns:
The stationary initial probability vector
-
-
-
-