Package jline.api.mam

Class Dmap_moment

java.lang.Object
jline.api.mam.Dmap_moment

public final class Dmap_moment extends Object
  • Method Details

    • dmap_moment

      public static double dmap_moment(Matrix D0, Matrix D1, int order)
      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

      public static double dmap_moment(MatrixCell DMAP, int order)