Package jline.api.trace
Class Mtrace_cov
java.lang.Object
jline.api.trace.Mtrace_cov
-
Method Summary
Modifier and TypeMethodDescriptionstatic Matrix[][]mtrace_cov(double[] T, int[] A) Computes the covariance matrix for multi-type traces.
-
Method Details
-
mtrace_cov
Computes the covariance matrix for multi-type traces.- Parameters:
T- the trace data (inter-arrival times or values)A- the type labels for each element in T (1-indexed)- Returns:
- a matrix array containing covariance values between different types
-