Package jline.api.mam

Class Map_jointKt

  • All Implemented Interfaces:

    
    public final class Map_jointKt
    
                        
    • 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_joint(MatrixCell MAP, IntArray a, IntArray i) Computes the joint moments of a Markovian Arrival Process (MAP).
      final static Double map_joint(Matrix D0, Matrix D1, IntArray a, IntArray i) Computes the joint moments of 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_joint

         final static Double map_joint(MatrixCell MAP, IntArray a, IntArray i)

        Computes the joint moments of a Markovian Arrival Process (MAP).

        This function calculates the joint moment E(X_a1)^i1*(X_{a1+a2})^i2*(X_{a1+a2+a3})^i3*... where X_k represents the k-th inter-arrival time.

        Parameters:
        MAP - The Markovian Arrival Process stored in a MatrixCell, containing the (D0, D1) matrices
        a - A vector (a1, a2, a3, ...
        i - A vector (i1, i2, i3, ...
        Returns:

        The joint moment value

      • map_joint

         final static Double map_joint(Matrix D0, Matrix D1, IntArray a, IntArray i)

        Computes the joint moments of a Markovian Arrival Process (MAP).

        This function calculates the joint moment E(X_a1)^i1*(X_{a1+a2})^i2*(X_{a1+a2+a3})^i3*... where X_k represents the k-th inter-arrival time.

        Parameters:
        D0 - The hidden transition matrix of the MAP
        D1 - The visible transition matrix of the MAP
        a - A vector (a1, a2, a3, ...
        i - A vector (i1, i2, i3, ...
        Returns:

        The joint moment value