Package jline.api.trace
Class Mtrace_backward_moment
java.lang.Object
jline.api.trace.Mtrace_backward_moment
-
Method Summary
Modifier and TypeMethodDescriptionstatic Objectmtrace_backward_moment(double[] interArrivalTimes, int[] classLabels, int order) static Objectmtrace_backward_moment(double[] interArrivalTimes, int[] classLabels, int order, int classIndex) Computes backward moments of a multi-class trace.static doublemtrace_backward_moment_conditional(double[] interArrivalTimes, int[] classLabels, int conditioningClass, int order) Computes conditional backward moments given the forward recurrence time.
-
Method Details
-
mtrace_backward_moment
public static Object mtrace_backward_moment(double[] interArrivalTimes, int[] classLabels, int order, int classIndex) Computes backward moments of a multi-class trace. Backward moments characterize the time until the previous arrival. Returns a Double if classIndex specified, double[] if all classes. -
mtrace_backward_moment
public static Object mtrace_backward_moment(double[] interArrivalTimes, int[] classLabels, int order) -
mtrace_backward_moment_conditional
public static double mtrace_backward_moment_conditional(double[] interArrivalTimes, int[] classLabels, int conditioningClass, int order) Computes conditional backward moments given the forward recurrence time.
-