Package jline.api.mam
Class Map_hyperexp
java.lang.Object
jline.api.mam.Map_hyperexp
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixCellmap_hyperexp(double mean, double scv, double p) Fit a two-phase Hyper-exponential renewal process as a MAP.
-
Method Details
-
map_hyperexp
Fit a two-phase Hyper-exponential renewal process as a MAP.- Parameters:
mean- mean inter-arrival time of the processscv- squared coefficient of variation of inter-arrival timesp- probability of being served in phase 1 (DEFAULT: p=0.99)- Returns:
- Fitted hyper-exponential process, or null if not feasible
-