LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
maplib_hmap4.m
1function MAP=maplib_hmap4()
2% MAP=maplib_hmap4() - Hyperexponential MMPP(2), mean=1, scv=4, p=0.99,
3% weak correlations (lag-1 autocorrelation coefficient = 0.1, quick decay
4% rate)
5%
6% Output:
7% MAP: pre-fitted MAP process
8%
9
10MAP=map_mmpp2(1,4,-1,0.1);
11end