LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
maplib_hyper25.m
1function 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
9MAP=map_hyperexp(1,25,0.99);
10end