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,1.5)
[Package LNPar version 0.1.0 Index]