Package jline.api.trace
Class Mtrace_iat2counts
java.lang.Object
jline.api.trace.Mtrace_iat2counts
-
Method Summary
Modifier and TypeMethodDescriptionstatic Matrixmtrace_iat2counts(double[] T, int[] A, double scale) Computes the per-class counting processes of T, i.e., the counts after "scale" units of time from an arrival.
-
Method Details
-
mtrace_iat2counts
Computes the per-class counting processes of T, i.e., the counts after "scale" units of time from an arrival.- Parameters:
T- inter-arrival timesA- class labelsscale- time after an arrival- Returns:
- matrix where column k is the counting process for class k
-