Package jline.api.mam

Class Mmap_forward_momentKt

    • 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_forward_moment(MatrixCell MMAP, Matrix ORDERS, Integer NORM) Computes the forward moments of an MMAP for specified orders with normalization.
      final static Matrix mmap_forward_moment(MatrixCell MMAP, Matrix ORDERS) Computes the forward moments of an MMAP for specified orders with normalization.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • mmap_forward_moment

        @JvmOverloads() final static Matrix mmap_forward_moment(MatrixCell MMAP, Matrix ORDERS, Integer NORM)

        Computes the forward moments of an MMAP for specified orders with normalization.

        This method calculates the forward moments of the inter-arrival times for each type in the MMAP according to the specified orders, with moments normalized by default.

        Parameters:
        MMAP - the MMAP from which to compute the forward moments
        ORDERS - a matrix specifying the orders of the moments to be computed
        Returns:

        a matrix where each row corresponds to a type and each column corresponds to a moment order

      • mmap_forward_moment

        @JvmOverloads() final static Matrix mmap_forward_moment(MatrixCell MMAP, Matrix ORDERS)

        Computes the forward moments of an MMAP for specified orders with normalization.

        This method calculates the forward moments of the inter-arrival times for each type in the MMAP according to the specified orders, with moments normalized by default.

        Parameters:
        MMAP - the MMAP from which to compute the forward moments
        ORDERS - a matrix specifying the orders of the moments to be computed
        Returns:

        a matrix where each row corresponds to a type and each column corresponds to a moment order