Package jline.api.mam
Class Map_mmpp2
java.lang.Object
jline.api.mam.Map_mmpp2
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixCellmap_mmpp2(double MEAN, double SCV_param, double SKEW, double ACF1) Fits an MMPP(2) as a MAP from four descriptive parameters.
-
Method Details
-
map_mmpp2
Fits an MMPP(2) as a MAP from four descriptive parameters. Matches the requested mean, SCV, skewness and lag-1 autocorrelation exactly. Throws when the request lies outside the MMPP(2) feasible set, rather than returning a non-MAP.- Parameters:
MEAN- the mean inter-arrival timeSCV_param- the squared coefficient of variation, at least 1SKEW- the skewness, or -1 for the minimum-skewness fitACF1- the lag-1 autocorrelation, or -1 for the maximum feasible one- Returns:
- the fitted MMPP(2), as {D0,D1}
-