LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
matlab
lib
kpctoolbox
examples
maplib_hmap4.m
1
function 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
10
MAP=map_mmpp2(1,4,-1,0.1);
11
end
Generated by
1.9.8