Package jline.api.mam
Class Mmap_pcKt
-
- All Implemented Interfaces:
public final class Mmap_pcKt
-
-
Method Summary
Modifier and Type Method Description final static Matrix
mmap_pc(MatrixCell MMAP)
Computes the proportion of counts (PC) for each type in a Markovian Arrival Process with marked arrivals (MMAP). -
-
Method Detail
-
mmap_pc
final static Matrix mmap_pc(MatrixCell MMAP)
Computes the proportion of counts (PC) for each type in a Markovian Arrival Process with marked arrivals (MMAP).
This method calculates the proportion of arrivals attributed to each type in the MMAP. It does so by computing the stationary distribution of the underlying Markov chain and using it to weight the arrivals from each type.
- Parameters:
MMAP
- the MMAP from which to compute the proportions- Returns:
a matrix where each element represents the proportion of counts for a type
-
-
-
-