Package jline.api.mam

Class Mmap_count_idcKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • mmap_count_idc

         final 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, ...
        t - the time period over which to compute the IDC
        Returns:

        a Matrix containing the IDC for each type of event over time t