Package jline.api.mam
Class Mmap_count_varKt
-
- All Implemented Interfaces:
public final class Mmap_count_varKt
-
-
Method Summary
Modifier and Type Method Description final static Matrix
mmap_count_var(MatrixCell MMAP, Double t)
Computes the variance of the count vector of events of different types in a Markovian Arrival Process with marked arrivals (MMAP) over a time period. -
-
Method Detail
-
mmap_count_var
final static Matrix mmap_count_var(MatrixCell MMAP, Double t)
Computes the variance of the count vector of events of different types in a Markovian Arrival Process with marked arrivals (MMAP) over a time period.
This method calculates the variance of the number of events of each type over a given time period
t
for a MMAP, represented by a set of matrices. The MMAP contains multiple types of arrivals, each represented by a separate matrix in theMMAP
MatrixCell. The variance for each type of event is computed using the stationary distribution of the underlying Markov chain (theta
), the infinitesimal generator matrix (Q
), and the event matrices.- Parameters:
MMAP
- the MatrixCell containing the transition matrices of the MMAP, with D0, D1, ...t
- the time period over which to compute the variances of counts- Returns:
a Matrix containing the variance vector of counts over time
t
-
-
-
-