powered by
Moment function of Pareto Distribution (PDF: alpha*xm^alpha/x^(alpha+1))
Density function of Pareto Distribution (PDF: alpha*xm^alpha/x^(alpha+1))
Cumulative probability function of Pareto Distribution (CDF: 1-(xm/x)^alpha)
Quantile function of Pareto Distribution
Random generation of Pareto Distribution
mpareto(order, xm, alpha = 3)dpareto(x, xm, alpha = 3)ppareto(q, xm, alpha = 3)qpareto(p, xm, alpha = 3)rpareto(n, xm, alpha = 3)
dpareto(x, xm, alpha = 3)
ppareto(q, xm, alpha = 3)
qpareto(p, xm, alpha = 3)
rpareto(n, xm, alpha = 3)
Order of moment
Threshold value
Default=3
Value of the variable
Value of the probability
Number of samples
# NOT RUN { mpareto(1,1000,2) dpareto(1500,1000,2) ppareto(1500,1000,2) qpareto(0.5,1000,2) rpareto(100,1000,2) # }
Run the code above in your browser using DataLab