Package jline.api.mam
Class Mmpp2_fit1Kt
-
- All Implemented Interfaces:
public final class Mmpp2_fit1Kt
-
-
Method Summary
Modifier and Type Method Description final static MatrixCell
mmpp2_fit1(Double mean, Double scv, Double skew, Double idc)
Fits a 2-phase Markov Modulated Poisson Process (MMPP2) based on the specified parameters. -
-
Method Detail
-
mmpp2_fit1
final static MatrixCell mmpp2_fit1(Double mean, Double scv, Double skew, Double idc)
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
-
-
-
-