Package jline.api.mam
Class Mmpp2_fit1
java.lang.Object
jline.api.mam.Mmpp2_fit1
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixCellmmpp2_fit1(double mean, double scv, double skew, double idc) Fits a 2-phase Markov Modulated Poisson Process (MMPP2) based on the specified parameters.
-
Method Details
-
mmpp2_fit1
Fits a 2-phase Markov Modulated Poisson Process (MMPP2) based on the specified parameters.- Parameters:
mean- the mean inter-arrival timescv- the squared coefficient of variation (SCV)skew- the skewness of the inter-arrival timesidc- the index of dispersion for counts (IDC)- Returns:
- a MatrixCell representing the fitted MMPP2 transition matrices
-