Package jline.api.trace
Class Mtrace_moment_simple
java.lang.Object
jline.api.trace.Mtrace_moment_simple
-
Method Summary
Modifier and TypeMethodDescriptionstatic Matrixmtrace_moment_simple(double[] T, int[] L, int k) Computes the k-th order moment of the inter-arrival time between an event of class i and an event of class j, for all possible pairs of classes.
-
Method Details
-
mtrace_moment_simple
Computes the k-th order moment of the inter-arrival time between an event of class i and an event of class j, for all possible pairs of classes.- Parameters:
T- inter-arrival timesL- labelsk- order of the moment- Returns:
- matrix where element (i,j) is the k-th order moment of the inter-arrival time between an event of class i and an event of class j
-