Package jline.api.trace
Class Mtrace_sigmaKt
-
- All Implemented Interfaces:
public final class Mtrace_sigmaKt
-
-
Method Summary
Modifier and Type Method Description final static Matrixmtrace_sigma(DoubleArray T, IntArray L)Computes the empirical probability of observing a specific 2-element sequence of events, i.e. -
-
Method Detail
-
mtrace_sigma
final static Matrix mtrace_sigma(DoubleArray T, IntArray L)
Computes the empirical probability of observing a specific 2-element sequence of events, i.e. the one-step class transition probabilities.
- Parameters:
T- the inter-arrival timesL- the event labels- Returns:
matrix where (i,j) element is the probability of observing an event of class i followed by an event of class j
-
-
-
-