Package jline.api.mam
Class Mmap_count_lambdaKt
-
- All Implemented Interfaces:
public final class Mmap_count_lambdaKt
-
-
Method Summary
Modifier and Type Method Description final static Matrixmmap_count_lambda(MatrixCell mmap)Computes the arrival rate vector of the counting process for the given Marked MAP (MMAP). -
-
Method Detail
-
mmap_count_lambda
final static Matrix mmap_count_lambda(MatrixCell mmap)
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
-
-
-
-