Package jline.api.mam
Class Mmap_count_lambda
java.lang.Object
jline.api.mam.Mmap_count_lambda
-
Method Summary
Modifier and TypeMethodDescriptionstatic Matrixmmap_count_lambda(MatrixCell mmap) Computes the arrival rate vector of the counting process for the given Marked MAP (MMAP).
-
Method Details
-
mmap_count_lambda
Computes the arrival rate vector of the counting process for the given Marked MAP (MMAP). This method calculates the arrival rates for each job class in the MMAP. The arrival rate for each class is determined by multiplying the stationary distribution of the underlying Markov chain (computed by map_piq) with the corresponding marking matrix and summing the elements. The result is a vector of arrival rates, one for each job class.- Parameters:
mmap- the Marked MAP represented by a MatrixCell- Returns:
- a matrix (vector) with the arrival rate for each job class
-