powered by
Density, distribution function, quantile function and random generation for the Pareto distribution.
dPareto(x,xm,alpha) pPareto(q,xm,alpha) qPareto(p,xm,alpha) rPareto(n,xm,alpha)
NONE
vector of quantiles in dmixnorm and pmixnorm. In qmixnorm, 'x' is a vector of probabilities.
A vector of probabilities.
number of observations. If 'length(n) > 1', the length is taken to be the number required.
parameters of the Pareto distribution.
xm = 0.1 alpha = 1 dPareto(.5, xm,alpha)
Run the code above in your browser using DataLab