Package jline.api.mam
Class Mmap_count_var
java.lang.Object
jline.api.mam.Mmap_count_var
-
Method Summary
Modifier and TypeMethodDescriptionstatic Matrixmmap_count_var(MatrixCell MMAP, double t) Computes the variance of the count vector of events of different types in a MMAP over a time period.
-
Method Details
-
mmap_count_var
Computes the variance of the count vector of events of different types in a MMAP over a time period.- Parameters:
MMAP- the MatrixCell containing the transition matrices of the MMAP, with D0, D1, ..., Dc representing different types of eventst- the time period over which to compute the variances of counts- Returns:
- a Matrix containing the variance vector of counts over time t
-