| Statistics Toolbox | Search  Help Desk |
| unidstat | Examples |
Mean and variance for the discrete uniform distribution.
Syntax
[M,V] = unidstat(N)
Description
For the discrete uniform distribution:Examples
[m,v] = unidstat(1:6)
m =
1.0000 1.5000 2.0000 2.5000 3.0000 3.5000
v =
0 0.2500 0.6667 1.2500 2.0000 2.9167