Class Mtrace_sigma

java.lang.Object
jline.api.trace.Mtrace_sigma

public final class Mtrace_sigma extends Object
  • Method Details

    • mtrace_sigma

      public static Matrix mtrace_sigma(double[] T, int[] L)
      Computes the empirical probability of observing a specific 2-element sequence of events, i.e. the one-step class transition probabilities.
      Parameters:
      T - the inter-arrival times
      L - the event labels
      Returns:
      matrix where (i,j) element is the probability of observing an event of class i followed by an event of class j