Class PmfFromMG

java.lang.Object
jline.lib.butools.dph.PmfFromMG

public final class PmfFromMG extends Object
  • Method Details

    • pmfFromMG

      public static double[] pmfFromMG(Matrix alpha, Matrix A, int[] x)
      Returns the probability mass function of a matrix-geometric distribution.
      Parameters:
      alpha - The initial vector of the matrix-geometric distribution.
      A - The matrix parameter of the matrix-geometric distribution.
      x - Vector of non-negative integers at which to compute the PMF.
      Returns:
      The probabilities that the matrix-geometrically distributed random variable takes the corresponding "x" values.
    • pmfFromMG

      public static double[] pmfFromMG(double[] alpha, Matrix A, int[] x)
    • pmfFromMG

      public static double pmfFromMG(Matrix alpha, Matrix A, int x)
    • pmfFromMG

      public static double pmfFromMG(double[] alpha, Matrix A, int x)