dist_logarithmic: The Logarithmic distribution

View source: R/dist_logarithmic.R

dist_logarithmicR Documentation

The Logarithmic distribution

Description

[Stable]

Usage

dist_logarithmic(prob)

Arguments

prob

parameter. 0 <= prob < 1.

See Also

actuar::Logarithmic

Examples

dist <- dist_logarithmic(prob = c(0.33, 0.66, 0.99))
dist


mean(dist)
variance(dist)
support(dist)
generate(dist, 10)

density(dist, 2)
density(dist, 2, log = TRUE)

cdf(dist, 4)

quantile(dist, 0.7)


distributional documentation built on March 31, 2023, 7:12 p.m.