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