Class Mtrace_forward_moment

java.lang.Object
jline.api.trace.Mtrace_forward_moment

public final class Mtrace_forward_moment extends Object
  • Method Details

    • mtrace_forward_moment

      public static Matrix mtrace_forward_moment(double[] T, int[] A, int[] orders, int 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} unnormalized; 1 (default) to normalize
      Returns:
      the forward moments as a matrix F(c,i) = F_{i,c}
    • mtrace_forward_moment

      public static Matrix mtrace_forward_moment(double[] T, int[] A, int[] orders)