dpareto | R Documentation |
This function evaluates the density of a Pareto r.v.s
dpareto(x, xmin, alpha)
x |
numerical vector (>=xmin): values where the density has to be evaluated. |
xmin |
positive scalar: Pareto scale parameter. |
alpha |
positive scalar: Pareto shape parameter. |
Density of the Pareto distribution evaluated at x.
parDens <- dpareto(5,4,2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.