Package jline.api.mam
Class Mmap_count_mean
java.lang.Object
jline.api.mam.Mmap_count_mean
-
Method Summary
Modifier and TypeMethodDescriptionstatic Matrixmmap_count_mean(MatrixCell MMAP, double t) Computes the mean count vector of events of different types in a Markovian Arrival Process with marked arrivals (MMAP) over a time period.
-
Method Details
-
mmap_count_mean
Computes the mean count vector of events of different types in a Markovian Arrival Process with marked arrivals (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 mean counts- Returns:
- a Matrix containing the mean count vector of events over time t
-