powered by
The function creates an object which represents the Pareto distribution.
paretodist(scale = 1, shape = 1)
scale parameter, default: 1.
shape parameter, default: 1.
Object of class paretodist.
See Pareto.
Pareto
# 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