Package jline.lib.butools.ph
Class PdfFromME
java.lang.Object
jline.lib.butools.ph.PdfFromME
-
Method Summary
Modifier and TypeMethodDescriptionstatic double[]Overload for double[] alpha.static double[]Returns the probability density function of a matrix-exponential distribution.static double[]Overload for double[] alpha.static double[]Returns the probability density function of a phase-type distribution.
-
Method Details
-
pdfFromME
Returns the probability density 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 density function will be computed.- Returns:
- The values of the density function at the corresponding "x" values.
-
pdfFromPH
Returns the probability density function of a phase-type distribution. -
pdfFromME
Overload for double[] alpha. -
pdfFromPH
Overload for double[] alpha.
-