| Statistics Toolbox | Search  Help Desk |
| geostat | Examples |
Mean and variance for the geometric distribution.
Syntax
[M,V] = geostat(P)
Description
For the geometric distribution:
.
.
Examples
[m,v] = geostat(1./(1:6))
m =
0 1.0000 2.0000 3.0000 4.0000 5.0000
v =
0 2.0000 6.0000 12.0000 20.0000 30.0000