Package jline.api.mam
Class Mmap_exponential
java.lang.Object
jline.api.mam.Mmap_exponential
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixCellmmap_exponential(Matrix lambda) Fits a single-state MMAP based on the given arrival rates for each job class.static MatrixCellmmap_exponential(Matrix lambda, int n) Fits an order-n MMAP based on the given arrival rates for each job class.
-
Method Details
-
mmap_exponential
Fits an order-n MMAP based on the given arrival rates for each job class.- Parameters:
lambda- a 1xK matrix describing the arrival rates for each job classn- the number of states in the MMAP- Returns:
- a MatrixCell representing the MMAP
-
mmap_exponential
Fits a single-state MMAP based on the given arrival rates for each job class.- Parameters:
lambda- a 1xK matrix describing the arrival rates for each job class- Returns:
- a MatrixCell representing the MMAP
-