LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
matlab
lib
m3a
m3a
mmap
mmap_count_idc.m
1
function idc = mmap_count_idc(mmap, t)
2
% Computes the per-
class
Index of Dispersion of Counts for the given
MMAP
3
% at resolution t.
4
5
m = mmap_count_mean(mmap,t);
6
v = mmap_count_var(mmap,t);
7
idc = v ./ m;
8
9
end
MMAP
Definition
solver_mam_traffic.m:35
Generated by
1.9.8