Package jline.api.mam

Class Map_count_mean

java.lang.Object
jline.api.mam.Map_count_mean

public final class Map_count_mean extends Object
  • Method Details

    • map_count_mean

      public static double[] map_count_mean(MatrixCell MAP, double[] t)
      Computes the mean of the counting process over multiple specified interval lengths for a given MAP.
      Parameters:
      MAP - The Markovian Arrival Process stored in a MatrixCell.
      t - An array of interval lengths over which to compute the mean.
      Returns:
      An array of doubles, where each element represents the mean of the counting process.
    • map_count_mean

      public static double map_count_mean(MatrixCell MAP, double t)
      Computes the mean of the counting process over a specified interval length for a given MAP.
      Parameters:
      MAP - The Markovian Arrival Process stored in a MatrixCell.
      t - The length of the interval over which to compute the mean.
      Returns:
      The mean of the counting process over the interval `t`.