Package jline.lib.butools.ph
Class CdfFromME
java.lang.Object
jline.lib.butools.ph.CdfFromME
-
Method Summary
Modifier and TypeMethodDescriptionstatic double[]Overload for double[] alpha.static double[]Returns the cumulative distribution function of a matrix-exponential distribution.static double[]Overload for double[] alpha.static double[]Returns the cumulative distribution function of a phase-type distribution.
-
Method Details
-
cdfFromME
Returns the cumulative distribution function of a matrix-exponential distribution.- Parameters:
alpha- The initial vector of the matrix-exponential distribution.A- The matrix parameter of the matrix-exponential distribution.x- The points at which the CDF will be computed.- Returns:
- The values of the CDF at the corresponding "x" values.
-
cdfFromPH
Returns the cumulative distribution function of a phase-type distribution. -
cdfFromME
Overload for double[] alpha. -
cdfFromPH
Overload for double[] alpha.
-