Creates an Object Representing Pareto Distribution
The function creates an object which represents the Pareto distribution.
paretodist(scale = 1, shape = 1)
scale |
scale parameter, default: 1. |
shape |
shape parameter, default: 1. |
See Pareto
.
Object of class paretodist.
P <- paretodist(1, 1) d(P, c(2, 3, 4, NA)) r(P, 5)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.