LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
matlab
lib
kpctoolbox
examples
maplib_hyper4.m
1
function MAP=maplib_hyper4()
2
% MAP=maplib_hyper4() - Hyperexponential process, mean=1, scv=4, p=0.99, no
3
% correlations
4
%
5
% Output:
6
% MAP: pre-fitted MAP process
7
%
8
9
MAP=map_hyperexp(1,4,0.99);
10
end
Generated by
1.9.8