Package jline.api.mam

Class Me_pie

java.lang.Object
jline.api.mam.Me_pie

public final class Me_pie extends Object
  • Method Details

    • me_pie

      public 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

      public 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