LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
matlab
lib
kpctoolbox
map
map_mean.m
1
function MEAN=map_mean(MAP)
2
% MEAN=map_mean(MAP) - Compute mean inter-arrival time
3
%
4
% Input:
5
% MAP: a MAP in the form of {D0,D1}
6
%
7
% Output:
8
% MEAN: mean inter-arrival time
9
%
10
11
MEAN=1/map_lambda(MAP);
12
end
Generated by
1.9.8