Package jline.lib.butools.ph
Class CdfFromMEKt
-
- All Implemented Interfaces:
public final class CdfFromMEKt
-
-
Method Summary
Modifier and Type Method Description final static DoubleArraycdfFromME(Matrix alpha, Matrix A, DoubleArray x)Returns the cumulative distribution function of a matrix-exponential distribution. final static DoubleArraycdfFromME(DoubleArray alpha, Matrix A, DoubleArray x)Overload for DoubleArray alpha. final static DoubleArraycdfFromPH(Matrix alpha, Matrix A, DoubleArray x)Returns the cumulative distribution function of a phase-type distribution. final static DoubleArraycdfFromPH(DoubleArray alpha, Matrix A, DoubleArray x)Overload for DoubleArray alpha. -
-
Method Detail
-
cdfFromME
final static DoubleArray cdfFromME(Matrix alpha, Matrix A, DoubleArray x)
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.
-
cdfFromME
final static DoubleArray cdfFromME(DoubleArray alpha, Matrix A, DoubleArray x)
Overload for DoubleArray alpha.
-
cdfFromPH
final static DoubleArray cdfFromPH(Matrix alpha, Matrix A, DoubleArray x)
Returns the cumulative distribution function of a phase-type distribution.
-
cdfFromPH
final static DoubleArray cdfFromPH(DoubleArray alpha, Matrix A, DoubleArray x)
Overload for DoubleArray alpha.
-
-
-
-