Learn R Programming

distributional (version 0.2.1)

dist_pareto: The Pareto distribution

Description

questioning

Usage

dist_pareto(shape, scale)

Arguments

shape

parameters. Must be strictly positive.

scale

parameters. Must be strictly positive.

See Also

actuar::Pareto

Examples

Run this code
# NOT RUN {
dist_pareto(shape = c(10, 3, 2, 1), scale = rep(1, 4))

# }

Run the code above in your browser using DataLab