Class MarginalMomentsFromDMAP

java.lang.Object
jline.lib.butools.dmap.MarginalMomentsFromDMAP

public final class MarginalMomentsFromDMAP extends Object
  • Method Details

    • marginalMomentsFromDMAP

      public static double[] marginalMomentsFromDMAP(Matrix D0, Matrix D1, int K, double prec)
      Returns the moments of the marginal distribution of a discrete Markovian arrival process.
      Parameters:
      D0 - The D0 matrix of the discrete Markovian arrival process
      D1 - The D1 matrix of the discrete Markovian arrival process
      K - Number of moments to compute. If K=0, 2*M-1 moments are computed.
      prec - Numerical precision for checking if the input is valid
      Returns:
      The vector of moments
    • marginalMomentsFromDMAP

      public static double[] marginalMomentsFromDMAP(Matrix D0, Matrix D1, int K)
    • marginalMomentsFromDMAP

      public static double[] marginalMomentsFromDMAP(Matrix D0, Matrix D1)