Class AcyclicDPHFromMG

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

public final class AcyclicDPHFromMG extends Object
  • Method Details

    • acyclicDPHFromMG

      public static MGFromMoments.MGRepresentation acyclicDPHFromMG(Matrix alpha, Matrix A, double prec)
      Transforms a matrix-geometric representation to an acyclic DPH representation of the same size, if possible.
      Parameters:
      alpha - Initial vector of the distribution
      A - Matrix parameter of the distribution
      prec - Vector and matrix entries smaller than the precision are considered to be zeros.
      Returns:
      The MGRepresentation containing beta and B
    • acyclicDPHFromMG

      public static MGFromMoments.MGRepresentation acyclicDPHFromMG(Matrix alpha, Matrix A)
    • acyclicDPHFromMG

      public static MGFromMoments.MGRepresentation acyclicDPHFromMG(double[] alpha, Matrix A, double prec)
    • acyclicDPHFromMG

      public static MGFromMoments.MGRepresentation acyclicDPHFromMG(double[] alpha, Matrix A)