rpareto1: Random generation of the Pareto 1 distribution

Description Usage Arguments Value Examples

Description

Random generation of the Pareto 1 distribution

Usage

1
rpareto1(n, mu, alpha = 1/xi, xi = 1/alpha)

Arguments

n

an integer

mu

a number (the lower bound)

alpha

a number (the power index)

xi

a number (the inverse of alpha, corresponding to the tail index)

Value

generates n values of the Pareto 1 distribution

Examples

1
2
set.seed(123)
rpareto1(6, 1, alpha=1.5)

freakonometrics/TopIncome documentation built on Oct. 16, 2021, 5:58 p.m.