Package jline.api.mam
Class Aph_fit
java.lang.Object
jline.api.mam.Aph_fit
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixCellaph_fit(double e1, double e2, double e3) Fits APH using the default maximum order of 10.static MatrixCellaph_fit(double e1, double e2, double e3, int nmax) Fits an acyclic phase-type (APH) distribution to the given moments of a random variable.
-
Method Details
-
aph_fit
Fits an acyclic phase-type (APH) distribution to the given moments of a random variable. -
aph_fit
Fits APH using the default maximum order of 10.
-