powered by
Generates an object of class "Pareto".
"Pareto"
Pareto(shape = 1, Min = 1)
Object of class "Pareto"
positive real number: shape parameter of the Pareto distribution.
positive real number: Min parameter of the Pareto distribution
Nataliya Horbenko nhorbenko@gmail.com
Pareto-class, dpareto1
Pareto-class
dpareto1
(P1 <- Pareto(shape = 1, Min = 1)) plot(P1) E(Pareto()) E(P1) E(P1, function(x){x^2}) var(P1) sd(P1) median(P1) IQR(P1) mad(P1)
Run the code above in your browser using DataLab