Package jline.api.mam
Class Me_pie
java.lang.Object
jline.api.mam.Me_pie
-
Method Summary
-
Method Details
-
me_pie
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
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
-