Creates an Object Representing Geometric Distribution
The function creates an object which represents the geometric distribution.
geomdist(prob = 0.5)
prob |
probability parameter, default: 0.5. |
See Geometric
.
Object of class geomdist.
G <- geomdist(0.5) d(G, c(2, 3, 4, NA)) r(G, 5)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.