pareto_location: Calculates the location parameter for a pareto (type 1)...

Description Usage Arguments Value Examples

View source: R/distributions.R

Description

Calculates the location parameter for a pareto (type 1) distribution given the mean and gini coefficient.

Usage

1

Arguments

mean

A number representing the mean

gini

A number representing the gini coefficient

Value

the shape

Examples

1
2
pareto_shape(1000, 0.5)
pareto_shape(1000, 1)

ianksalter/bistr documentation built on May 4, 2020, 12:16 a.m.