Package jline.lib.butools.ph
Class CanonicalFromPH3
java.lang.Object
jline.lib.butools.ph.CanonicalFromPH3
-
Method Summary
Modifier and TypeMethodDescriptionstatic PH3RepresentationcanonicalFromPH3(double[] alpha, Matrix A) static PH3RepresentationcanonicalFromPH3(double[] alpha, Matrix A, double prec) static PH3RepresentationcanonicalFromPH3(Matrix alpha, Matrix A) static PH3RepresentationcanonicalFromPH3(Matrix alpha, Matrix A, double prec) Returns the canonical form of an order-3 phase-type distribution.
-
Method Details
-
canonicalFromPH3
Returns the canonical form of an order-3 phase-type distribution.- Parameters:
alpha- Initial vector of the phase-type distribution.A- Transient generator of the phase-type distribution.prec- Numerical precision, default value is 1e-10.- Returns:
- The PH3Representation containing beta (canonical initial vector) and B (canonical generator). Note: This procedure calculates 5 moments of the input and calls 'ph3From5Moments'.
-
canonicalFromPH3
-
canonicalFromPH3
-
canonicalFromPH3
-