Description Usage Arguments Value Examples
View source: R/distributions.R
Calculates the location parameter for a pareto (type 1) distribution given the mean and gini coefficient.
1 | pareto_location(mean, gini)
|
mean |
A number representing the mean |
gini |
A number representing the gini coefficient |
the shape
1 2 | pareto_shape(1000, 0.5)
pareto_shape(1000, 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.