Package jline.api.mam

Class Mmap_cross_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_cross_moment(MatrixCell mmap, Integer k) Computes the k-th cross-moment matrix for a given MMAP.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • mmap_cross_moment

         final static Matrix mmap_cross_moment(MatrixCell mmap, Integer k)

        Computes the k-th cross-moment matrix for a given MMAP.

        This method calculates the k-th cross-moments for each pair of types in the MMAP. The cross-moment measures the expected value of the product of k inter-arrival times for different types in the MMAP. The result is a CxC matrix, where C is the number of types.

        Parameters:
        mmap - the MMAP for which to compute the cross-moments
        k - the order of the moment to compute
        Returns:

        a matrix representing the k-th cross-moment for each pair of types