Package jline.api.trace
Class Mtrace_forward_moment
java.lang.Object
jline.api.trace.Mtrace_forward_moment
-
Method Summary
Modifier and TypeMethodDescriptionstatic Matrixmtrace_forward_moment(double[] T, int[] A, int[] orders) static Matrixmtrace_forward_moment(double[] T, int[] A, int[] orders, int norm) Computes the forward moments of a marked trace.
-
Method Details
-
mtrace_forward_moment
Computes the forward moments of a marked trace.- Parameters:
T- the inter-arrival timesA- the class labelsorders- vector with the orders of the moments to computenorm- 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
-