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