Package jline.api.mam

Class Mmap_idcKt

  • All Implemented Interfaces:

    
    public final class Mmap_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_idc(MatrixCell MMAP) Computes the asymptotic index of dispersion for counts (IDC) for a Markovian Arrival Process with marked arrivals (MMAP).
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • mmap_idc

         final static Matrix mmap_idc(MatrixCell MMAP)

        Computes the asymptotic index of dispersion for counts (IDC) for a Markovian Arrival Process with marked arrivals (MMAP).

        This method calculates the IDC for each type of event in the MMAP as t approaches infinity, using an approximation for large time t. The IDC is computed as the variance of the counts divided by the mean of the counts for each type of event.

        Parameters:
        MMAP - the MatrixCell containing the transition matrices of the MMAP, with D0, D1, ...
        Returns:

        a Matrix containing the IDC for each type of event as time approaches infinity