Package jline.api.mam
Class Map_feasblockKt
-
- All Implemented Interfaces:
public final class Map_feasblockKt
-
-
Method Summary
-
-
Method Detail
-
map_feasblock
final static Array<Matrix> map_feasblock(Double E1, Double E2, Double E3, Double G2, String OPT)
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 ρ(i)/ρ(i-1)OPT
- Optional parameter ('scv' means E2 is squared coefficient of variation)- Returns:
MAP as Array<Matrix> where result0 = D0 and result1 = D1
-
-
-
-