paretodist: Creates an Object Representing Pareto Distribution

View source: R/creators.R

paretodistR Documentation

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.

Details

See Pareto.

Value

Object of class paretodist.

See Also

Pareto

Examples

P <- paretodist(1, 1)
d(P, c(2, 3, 4, NA))
r(P, 5)

mistr documentation built on March 7, 2023, 7:42 p.m.