Package jline.api.mam
Class Mmpp2_fitKt
-
- All Implemented Interfaces:
public final class Mmpp2_fitKt
-
-
Method Summary
Modifier and Type Method Description final static Double
mmpp2_fit_mu00(Double E1, Double E2, Double E3, Double G2)
final static Double
mmpp2_fit_mu11(Double E1, Double E2, Double E3, Double G2)
final static Double
mmpp2_fit_q01(Double E1, Double E2, Double E3, Double G2)
final static Double
mmpp2_fit_q10(Double E1, Double E2, Double E3, Double G2)
final static MatrixCell
mmpp2_fit(Double E1, Double E2, Double E3, Double G2)
Fits a 2-phase Markovian Arrival Process (MMPP2) to match the given first three moments and a fourth parameter G2. -
-
Method Detail
-
mmpp2_fit
final static MatrixCell mmpp2_fit(Double E1, Double E2, Double E3, Double G2)
Fits a 2-phase Markovian Arrival Process (MMPP2) to match the given first three moments and a fourth parameter G2.
This method calculates the rates (mu00, mu11) and transition rates (q01, q10) for a 2-phase MMPP based on the given moments (E1, E2, E3) and the G2 parameter, which could represent a correlation or variability metric.
- Parameters:
E1
- the first moment (mean)E2
- the second momentE3
- the third momentG2
- an additional parameter, often related to the index of dispersion or other characteristic- Returns:
a MatrixCell containing the transition matrices for the MMPP2
-
-
-
-