Package jline.api.trace
Class Mtrace_moment
java.lang.Object
jline.api.trace.Mtrace_moment
-
Method Summary
Modifier and TypeMethodDescriptionstatic Matrixmtrace_moment(double[] T, int[] A, int[] orders) static Matrixmtrace_moment(double[] T, int[] A, int[] orders, int after) static Matrixmtrace_moment(double[] T, int[] A, int[] orders, int after, int norm) Computes the empirical class-dependent moments of a multi-class trace.
-
Method Details
-
mtrace_moment
Computes the empirical class-dependent moments of a multi-class trace.- Parameters:
T- vector of inter-arrival timesA- vector of class labelsorders- vector with the orders of the moments to computeafter- 0 for Horvath, 1 for Bucholz variablesnorm- 0 to not normalize, 1 to normalize- Returns:
- matrix of moments
-
mtrace_moment
-
mtrace_moment
-