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