Package jline.api.mam

Class Map_kurtKt

  • All Implemented Interfaces:

    
    public final class Map_kurtKt
    
                        
    • 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 Double map_kurt(MatrixCell MAP) Computes the kurtosis of the inter-arrival times in a Markovian Arrival Process (MAP).
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • map_kurt

         final static Double map_kurt(MatrixCell MAP)

        Computes the kurtosis of the inter-arrival times in a Markovian Arrival Process (MAP).

        The kurtosis is computed using the formula: KURT = (m4 - 4m3m1 + 6m2m1^2 - 3*m1^4) / Var(X)^2

        where mi is the i-th moment and Var(X) is the variance of the inter-arrival times.

        Parameters:
        MAP - The Markovian Arrival Process stored in a MatrixCell, containing the (D0, D1) matrices
        Returns:

        The kurtosis of the inter-arrival times