Class Mtrace_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 mtrace_forward_moment(DoubleArray T, IntArray A, IntArray orders, Integer norm) Computes the forward moments of a marked trace.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • mtrace_forward_moment

         final static Matrix mtrace_forward_moment(DoubleArray T, IntArray A, IntArray orders, Integer norm)

        Computes the forward moments of a marked trace.

        Parameters:
        T - the inter-arrival times
        A - the class labels
        orders - vector with the orders of the moments to compute
        norm - 0 to return F_{i,c}: M_i = sum F_{i,c} 1 (default) to return F_{i,c}: M_i = sum F_{i,c} * p_c where: M_i is the class independent moment of order i F_{i,c} is the class-c forward moment of order i p_c is the probability of arrivals of class c
        Returns:

        the forward moments as a matrix F(c,i) = F_{i,c}