Class Mtrace_cross_moment

java.lang.Object
jline.api.trace.Mtrace_cross_moment

public final class Mtrace_cross_moment extends Object
  • Method Details

    • mtrace_cross_moment

      public static Matrix mtrace_cross_moment(double[] T, int[] L, int 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