Package jline.api.mam

Class Map_count_var

java.lang.Object
jline.api.mam.Map_count_var

public final class Map_count_var extends Object
  • Method Details

    • map_count_var

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

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