Package jline.api.mam
Class Map_kurtKt
-
- All Implemented Interfaces:
public final class Map_kurtKt
-
-
Method Summary
Modifier and Type Method Description final static Double
map_kurt(MatrixCell MAP)
Computes the kurtosis of the inter-arrival times in a Markovian Arrival Process (MAP). -
-
Method Detail
-
map_kurt
final static Double map_kurt(MatrixCell MAP)
Computes the kurtosis of the inter-arrival times in a Markovian Arrival Process (MAP).
The kurtosis is computed using the formula: KURT = (m4 - 4m3m1 + 6m2m1^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
-
-
-
-