Package jline.api.mam
Class Dmap_momentKt
-
- All Implemented Interfaces:
public final class Dmap_momentKt
-
-
Method Summary
Modifier and Type Method Description final static Doubledmap_moment(Matrix D0, Matrix D1, Integer order)Computes the k-th raw moment of the inter-arrival time of a discrete MAP. final static Doubledmap_moment(MatrixCell DMAP, Integer order)-
-
Method Detail
-
dmap_moment
final static Double dmap_moment(Matrix D0, Matrix D1, Integer order)
Computes the k-th raw moment of the inter-arrival time of a discrete MAP.
ET = pi * (I-D0)^{-1} * e ET^2 = 2pi(I-D0)^{-2}e - ET ET^3 = 6pi*(I-D0)^{-3}e - 6pi*(I-D0)^{-2}*e + ET
-
dmap_moment
final static Double dmap_moment(MatrixCell DMAP, Integer order)
-
-
-
-