Package jline.api.mam
Class Map_hyperexpKt
-
- All Implemented Interfaces:
public final class Map_hyperexpKt
-
-
Method Summary
Modifier and Type Method Description final static MatrixCellmap_hyperexp(Double mean, Double scv, Double p)Fit a two-phase Hyper-exponential renewal process as a MAP -
-
Method Detail
-
map_hyperexp
final static MatrixCell map_hyperexp(Double mean, Double scv, Double p)
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- : p: probability of being served in phase 1 (DEFAULT: p=0.- Returns:
Fitted hyper-exponential process
-
-
-
-