Learn R Programming

mistr (version 0.0.2)

paretodist: Creates an Object Representing Pareto Distribution

Description

The function creates an object which represents the Pareto distribution.

Usage

paretodist(scale = 1, shape = 1)

Arguments

scale

scale parameter, default: 1.

shape

shape parameter, default: 1.

Value

Object of class paretodist.

Details

See Pareto.

See Also

Pareto

Examples

Run this code
# NOT RUN {
P <- paretodist(1, 1)
d(P, c(2, 3, 4, NA))
r(P, 5)
# }

Run the code above in your browser using DataLab