| Statistics Toolbox | ![]() |
Mean and variance for the discrete uniform distribution
Syntax
Description
[M,V] = unidstat(N)
returns the mean and variance for the discrete uniform distribution with parameter N.
The mean of the discrete uniform distribution with parameter N is
. The variance is
.
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
See Also
unidcdf, unidinv, unidpdf, unidrnd
| unidrnd | unifcdf | ![]() |