Package jline.api.mam
Class Dmap_moment
java.lang.Object
jline.api.mam.Dmap_moment
-
Method Summary
Modifier and TypeMethodDescriptionstatic doubledmap_moment(MatrixCell DMAP, int order) static doubledmap_moment(Matrix D0, Matrix D1, int order) Computes the k-th raw moment of the inter-arrival time of a discrete MAP.
-
Method Details
-
dmap_moment
Computes the k-th raw moment of the inter-arrival time of a discrete MAP. E[T] = pi * (I-D0)^{-1} * e E[T^2] = 2*pi*(I-D0)^{-2}*e - E[T] E[T^3] = 6*pi*(I-D0)^{-3}*e - 6*pi*(I-D0)^{-2}*e + E[T] -
dmap_moment
-