dpareto {LNPar} | 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,1.5)