LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
maplib_exp.m
1function MAP=maplib_exp()
2% MAP=maplib_exp() - Poisson process, mean=1
3%
4% Output:
5% MAP: pre-fitted MAP process
6%
7
8MAP=map_exponential(1);
9end