paretodist {mistr} | R 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
Examples
P <- paretodist(1, 1)
d(P, c(2, 3, 4, NA))
r(P, 5)
[Package mistr version 0.0.6 Index]