Pareto | R Documentation |
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)
x , q |
vector of quantiles in dmixnorm and pmixnorm. In qmixnorm, 'x' is a vector of probabilities. |
p |
A vector of probabilities. |
n |
number of observations. If 'length(n) > 1', the length is taken to be the number required. |
xm , alpha |
parameters of the Pareto distribution. |
NONE
xm = 0.1
alpha = 1
dPareto(.5, xm,alpha)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.