Package jline.api.mam

Class Map_mean

java.lang.Object
jline.api.mam.Map_mean

public final class Map_mean extends Object
MAP mean inter-arrival time computation algorithms.
Since:
LINE 3.0
  • Method Details

    • map_mean

      public static double map_mean(Matrix D0, Matrix D1)
      Computes the mean inter-arrival time of a Markovian Arrival Process (MAP).
      Parameters:
      D0 - The hidden transition matrix of the MAP.
      D1 - The visible transition matrix of the MAP.
      Returns:
      The mean inter-arrival time of the MAP.
    • map_mean

      public static double map_mean(MatrixCell MAP)
      Computes the mean inter-arrival time of a MAP using matrices stored in a MatrixCell.
      Parameters:
      MAP - The Markovian Arrival Process stored in a MatrixCell.
      Returns:
      The mean inter-arrival time of the MAP.