Package jline.api.trace
Class Mtrace_cross_momentKt
-
- All Implemented Interfaces:
public final class Mtrace_cross_momentKt
-
-
Method Summary
Modifier and Type Method Description final static Matrixmtrace_cross_moment(DoubleArray T, IntArray L, Integer 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 Detail
-
mtrace_cross_moment
final static Matrix mtrace_cross_moment(DoubleArray T, IntArray L, Integer 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.
- Parameters:
T- inter-arrival timesL- class 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
-
-
-
-