Package jline.api.mam
Class Map_feasblock
java.lang.Object
jline.api.mam.Map_feasblock
-
Method Summary
Modifier and TypeMethodDescriptionstatic Matrix[]map_feasblock(double E1, double E2, double E3, double G2) static Matrix[]map_feasblock(double E1, double E2, double E3, double G2, String OPT) Fits the most similar feasible MAP when exact moment matching fails.
-
Method Details
-
map_feasblock
Fits the most similar feasible MAP when exact moment matching fails. Ensures feasibility constraints are met.- Parameters:
E1- First moment (mean)E2- Second momentE3- Third momentG2- Autocorrelation decay ratio rho(i)/rho(i-1)OPT- Optional parameter ('scv' means E2 is squared coefficient of variation)- Returns:
- MAP as Matrix[] where result[0] = D0 and result[1] = D1
-
map_feasblock
-