Package jline.api.mam
Class Aph2_fit_map
java.lang.Object
jline.api.mam.Aph2_fit_map
Absorbing Phase-type distribution fitting from MAP.
Fits APH(2) distributions by approximating arbitrary-order MAP processes. Used for reducing MAP complexity while preserving key statistical properties.
- Since:
- LINE 3.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic Ret.mamAPH2Fitaph2_fit_map(MatrixCell map) Performs approximate fitting of a MAP, yielding a second-order APH in canonical form.
-
Method Details
-
aph2_fit_map
Performs approximate fitting of a MAP, yielding a second-order APH in canonical form.- Parameters:
map- The MAP of arbitrary order to fit- Returns:
- Fitted second-order phase-type distribution
-