Package jline.api.mam
Class Map_blockKt
-
- All Implemented Interfaces:
public final class Map_blockKt
-
-
Method Summary
-
-
Method Detail
-
map_block
final static Array<Matrix> map_block(Double E1, Double E2, Double E3, Double G2, String OPT)
Constructs a MAP(2) or MAP(1) according to given moments and autocorrelation parameters. This is a simplified implementation of the complex MATLAB version. Falls back if no MMPP(2) can be constructed.
- 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
-
-
-
-