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

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

    • Method Detail

      • mtrace_moment

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

        Computes the empirical class-dependent moments of a multi-class trace.

        Parameters:
        T - vector of inter-arrival times
        A - vector of class labels
        orders - vector with the orders of the moments to compute
        after - 0 to compute moments of Horvath variables 1 to compute moments of Bucholz variables
        norm - 0 to not normalize, M_i = sum M_{i,c} 1 to normalize, M_i = sum M_{i,c} * g_c where M_i is the class independent moment of order i M_{i,c} is the class c moment of order i g_c is the fraction of arrivals of class c
        Returns:

        matrix of moments