Package jline.api.mam

Class Mmap_count_idc

java.lang.Object
jline.api.mam.Mmap_count_idc

public final class Mmap_count_idc extends Object
  • Method Details

    • mmap_count_idc

      public static Matrix mmap_count_idc(MatrixCell MMAP, double t)
      Computes the index of dispersion for counts (IDC) for a Markovian Arrival Process with marked arrivals (MMAP) over a time period. The IDC is calculated as the variance of the counts divided by the mean of the counts. This method computes the IDC for each type of event in the MMAP over a specified time period `t`.
      Parameters:
      MMAP - the MatrixCell containing the transition matrices of the MMAP, with D0, D1, ..., Dc representing different types of events
      t - the time period over which to compute the IDC
      Returns:
      a Matrix containing the IDC for each type of event over time `t`