Package jline.api.mam
Class Map_kurt
java.lang.Object
jline.api.mam.Map_kurt
-
Method Summary
Modifier and TypeMethodDescriptionstatic doublemap_kurt(MatrixCell MAP) Computes the kurtosis of the inter-arrival times in a Markovian Arrival Process (MAP).
-
Method Details
-
map_kurt
Computes the kurtosis of the inter-arrival times in a Markovian Arrival Process (MAP).The kurtosis is computed using the formula: KURT = (m4 - 4*m3*m1 + 6*m2*m1^2 - 3*m1^4) / Var(X)^2
where mi is the i-th moment and Var(X) is the variance of the inter-arrival times.
- Parameters:
MAP- The Markovian Arrival Process stored in a MatrixCell, containing the (D0, D1) matrices- Returns:
- The kurtosis of the inter-arrival times
-