Package jline.api.mam

Class Map_count_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 Double map_count_moment(MatrixCell MAP, Double t, Integer order) Computes power moments of counts at resolution t for a Markovian Arrival Process (MAP).
      final static DoubleArray map_count_moment(MatrixCell MAP, Double t, IntArray orders) Computes multiple power moments of counts at resolution t for a MAP.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • map_count_moment

         final static Double map_count_moment(MatrixCell MAP, Double t, Integer order)

        Computes power moments of counts at resolution t for a Markovian Arrival Process (MAP).

        This function calculates the power moments of the counting process N(t) for a MAP at a given time resolution t. The moments are computed using the moment generating function approach with numerical differentiation.

        Parameters:
        MAP - The Markovian Arrival Process stored in a MatrixCell, containing the (D0, D1) matrices
        t - The time resolution at which to compute the moments
        order - The order of the moment to compute (e.g.
        Returns:

        The power moment of the specified order

      • map_count_moment

         final static DoubleArray map_count_moment(MatrixCell MAP, Double t, IntArray orders)

        Computes multiple power moments of counts at resolution t for a MAP.

        Parameters:
        MAP - The Markovian Arrival Process stored in a MatrixCell
        t - The time resolution at which to compute the moments
        orders - Array of moment orders to compute
        Returns:

        Array of power moments corresponding to the specified orders