Package jline.lib.butools.ph
Class PdfFromMEKt
-
- All Implemented Interfaces:
public final class PdfFromMEKt
-
-
Method Summary
Modifier and Type Method Description final static DoubleArraypdfFromME(Matrix alpha, Matrix A, DoubleArray x)Returns the probability density function of a matrix- exponential distribution. final static DoubleArraypdfFromME(DoubleArray alpha, Matrix A, DoubleArray x)Overload for DoubleArray alpha. final static DoubleArraypdfFromPH(Matrix alpha, Matrix A, DoubleArray x)Returns the probability density function of a phase-type distribution. final static DoubleArraypdfFromPH(DoubleArray alpha, Matrix A, DoubleArray x)Overload for DoubleArray alpha. -
-
Method Detail
-
pdfFromME
final static DoubleArray pdfFromME(Matrix alpha, Matrix A, DoubleArray x)
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.
-
pdfFromME
final static DoubleArray pdfFromME(DoubleArray alpha, Matrix A, DoubleArray x)
Overload for DoubleArray alpha.
-
pdfFromPH
final static DoubleArray pdfFromPH(Matrix alpha, Matrix A, DoubleArray x)
Returns the probability density function of a phase-type distribution.
-
pdfFromPH
final static DoubleArray pdfFromPH(DoubleArray alpha, Matrix A, DoubleArray x)
Overload for DoubleArray alpha.
-
-
-
-