Class Mtrace_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 mtrace_cross_moment(DoubleArray T, IntArray L, Integer k) Computes the k-th order moment of the inter-arrival time between an event of class i and an event of class j, for all possible pairs of classes.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • mtrace_cross_moment

         final static Matrix mtrace_cross_moment(DoubleArray T, IntArray L, Integer k)

        Computes the k-th order moment of the inter-arrival time between an event of class i and an event of class j, for all possible pairs of classes.

        Parameters:
        T - inter-arrival times
        L - class labels
        k - order of the moment
        Returns:

        matrix where element (i,j) is the k-th order moment of the inter-arrival time between an event of class i and an event of class j