Package jline.api.trace
Class Mtrace_iat2countsKt
-
- All Implemented Interfaces:
public final class Mtrace_iat2countsKt
-
-
Method Summary
Modifier and Type Method Description final static Matrixmtrace_iat2counts(DoubleArray T, IntArray A, Double scale)Computes the per-class counting processes of T, i.e., the counts after "scale" units of time from an arrival. -
-
Method Detail
-
mtrace_iat2counts
final static Matrix mtrace_iat2counts(DoubleArray T, IntArray A, Double scale)
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
-
-
-
-