dist_pareto | R Documentation |
dist_pareto(shape, scale)
shape , scale |
parameters. Must be strictly positive. |
actuar::Pareto
dist <- dist_pareto(shape = c(10, 3, 2, 1), scale = rep(1, 4))
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.