Class MarginalMomentsFromMAP

java.lang.Object
jline.lib.butools.map.MarginalMomentsFromMAP

public final class MarginalMomentsFromMAP extends Object
  • Method Details

    • marginalMomentsFromMAP

      public static double[] marginalMomentsFromMAP(Matrix D0, Matrix D1, int K)
      Returns the moments of the marginal distribution of a Markovian arrival process.
      Parameters:
      D0 - The D0 matrix of the Markovian arrival process
      D1 - The D1 matrix of the Markovian arrival process
      K - Number of moments to compute. If K=0, 2*M-1 moments are computed.
      Returns:
      The vector of moments
    • marginalMomentsFromMAP

      public static double[] marginalMomentsFromMAP(Matrix D0, Matrix D1)
    • marginalMomentsFromRAP

      public static double[] marginalMomentsFromRAP(Matrix H0, Matrix H1, int K)
      Returns the moments of the marginal distribution of a rational arrival process.
      Parameters:
      H0 - The H0 matrix of the rational arrival process
      H1 - The H1 matrix of the rational arrival process
      K - Number of moments to compute. If K=0, 2*M-1 moments are computed.
      Returns:
      The vector of moments
    • marginalMomentsFromRAP

      public static double[] marginalMomentsFromRAP(Matrix H0, Matrix H1)