Package jline.api.mam
Class Aph_bernstein
java.lang.Object
jline.api.mam.Aph_bernstein
-
Method Summary
Modifier and TypeMethodDescriptionaph_bernstein(DoubleUnaryOperator f, int order) Fits an Acyclic Phase-type distribution using Bernstein's approximation.
-
Method Details
-
aph_bernstein
Fits an Acyclic Phase-type distribution using Bernstein's approximation. Based on: Andras Horvath, Enrico Vicario: Construction of Phase Type Distributions by Bernstein Exponentials. EPEW 2023: 201-215.- Parameters:
f- Function for the density f(x) to approximateorder- Approximation order- Returns:
- Pair containing (D0, D1) matrices representing the APH distribution
-