dpareto {LNPar} | R Documentation |
density of a Pareto r.v.
Description
This function evaluates the density of a Pareto r.v.s
Usage
dpareto(x, xmin, alpha)
Arguments
x |
numerical vector (>=xmin): values where the density has to be evaluated. |
xmin |
positive scalar: Pareto scale parameter. |
alpha |
positive scalar: Pareto shape parameter. |
Value
Density of the Pareto distribution evaluated at x.
Examples
parDens <- dpareto(5,4,2)
[Package LNPar version 1.1.1 Index]