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