dist_logarithmic {distributional} | R Documentation |
The Logarithmic distribution
Description
Usage
dist_logarithmic(prob)
Arguments
prob |
parameter. |
See Also
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)
[Package distributional version 0.4.0 Index]