Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

geomdist

Creates an Object Representing Geometric Distribution


Description

The function creates an object which represents the geometric distribution.

Usage

geomdist(prob = 0.5)

Arguments

prob

probability parameter, default: 0.5.

Details

See Geometric.

Value

Object of class geomdist.

See Also

Examples

G <- geomdist(0.5)
d(G, c(2, 3, 4, NA))
r(G, 5)

mistr

Mixture and Composite Distributions

v0.0.4
GPL-3
Authors
Lukas Sablica [aut, cre] (<https://orcid.org/0000-0001-9166-4563>), Kurt Hornik [aut] (<https://orcid.org/0000-0003-4198-9911>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.