Package jline.api.trace
Class Mtrace_sigma2
java.lang.Object
jline.api.trace.Mtrace_sigma2
-
Method Summary
Modifier and TypeMethodDescriptionstatic double[][][]mtrace_sigma2(double[] T, int[] L) Computes the empirical probability of observing a specific 3-element sequence of events, i.e.
-
Method Details
-
mtrace_sigma2
public static double[][][] mtrace_sigma2(double[] T, int[] L) Computes the empirical probability of observing a specific 3-element sequence of events, i.e. the two-step class transition probabilities.- Parameters:
T- the inter-arrival timesL- the event labels- Returns:
- 3D array where (i,j,h) element is the probability of observing an event of class i followed by class j followed by class h
-