Package jline.lib.butools.dph
Class AcyclicDPHFromMG
java.lang.Object
jline.lib.butools.dph.AcyclicDPHFromMG
-
Method Summary
Modifier and TypeMethodDescriptionacyclicDPHFromMG(double[] alpha, Matrix A) acyclicDPHFromMG(double[] alpha, Matrix A, double prec) acyclicDPHFromMG(Matrix alpha, Matrix A) acyclicDPHFromMG(Matrix alpha, Matrix A, double prec) Transforms a matrix-geometric representation to an acyclic DPH representation of the same size, if possible.
-
Method Details
-
acyclicDPHFromMG
Transforms a matrix-geometric representation to an acyclic DPH representation of the same size, if possible.- Parameters:
alpha- Initial vector of the distributionA- Matrix parameter of the distributionprec- Vector and matrix entries smaller than the precision are considered to be zeros.- Returns:
- The MGRepresentation containing beta and B
-
acyclicDPHFromMG
-
acyclicDPHFromMG
public static MGFromMoments.MGRepresentation acyclicDPHFromMG(double[] alpha, Matrix A, double prec) -
acyclicDPHFromMG
-