Package jline.api.mam
Class Aph_bernsteinKt
-
- All Implemented Interfaces:
public final class Aph_bernsteinKt
-
-
Method Summary
Modifier and Type Method Description final static Pair<Matrix, Matrix>
aph_bernstein(Function1<Double, Double> f, Integer order)
Fits an Acyclic Phase-type distribution using Bernstein's approximationBased on: András Horváth, Enrico Vicario: Construction of Phase Type Distributions by Bernstein Exponentials. -
-
Method Detail
-
aph_bernstein
final static Pair<Matrix, Matrix> aph_bernstein(Function1<Double, Double> f, Integer order)
Fits an Acyclic Phase-type distribution using Bernstein's approximation
Based on: András Horváth, Enrico Vicario: Construction of Phase Type Distributions by Bernstein Exponentials. EPEW 2023: 201-215.
- Parameters:
f
- Function handle for the density function f(x) to approximateorder
- Approximation order (e.g.- Returns:
Pair containing (D0, D1) matrices representing the APH distribution
-
-
-
-