Package jline.api.mam

Class Map_moment

java.lang.Object
jline.api.mam.Map_moment

public final class Map_moment extends Object
  • Method Details

    • map_moment

      public static double map_moment(Matrix D0, Matrix D1, int order)
      Computes the raw moments of the inter-arrival times of a MAP.
      Parameters:
      D0 - the hidden transition matrix of the MAP
      D1 - the visible transition matrix of the MAP
      order - the moment order
      Returns:
      the raw moment of the inter-arrival times of the specified order
    • map_moment

      public static double map_moment(MatrixCell MAP, int order)
      Computes the raw moments using a MatrixCell.