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