Package jline.api.mam

Class Map_skewKt

  • All Implemented Interfaces:

    
    public final class Map_skewKt
    
                        
    • 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_skew(Matrix D0, Matrix D1) Computes the skewness of the inter-arrival times for a MAP.
      final static Double map_skew(MatrixCell MAP) Computes the skewness of the inter-arrival times for a MAP using a MatrixCell.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • map_skew

         final static Double map_skew(Matrix D0, Matrix D1)

        Computes the skewness of the inter-arrival times for a MAP.

        The skewness measures the asymmetry of the distribution of inter-arrival times. It is calculated using the third central moment normalized by the cube of the standard deviation.

        Parameters:
        D0 - the hidden transition matrix of the MAP
        D1 - the visible transition matrix of the MAP
        Returns:

        the skewness of the inter-arrival times

      • map_skew

         final static Double map_skew(MatrixCell MAP)

        Computes the skewness of the inter-arrival times for a MAP using a MatrixCell.

        This method is a convenience overload that extracts the D0 and D1 matrices from the provided MatrixCell and calculates the skewness of the inter-arrival times.

        Parameters:
        MAP - the MatrixCell representing the MAP, containing the D0 and D1 matrices
        Returns:

        the skewness of the inter-arrival times