powered by
This function evaluates the density of a Pareto r.v.s
dpareto(x, xmin, alpha)
Density of the Pareto distribution evaluated at x.
numerical vector (>=xmin): values where the density has to be evaluated.
positive scalar: Pareto scale parameter.
positive scalar: Pareto shape parameter.
parDens <- dpareto(5,4,2)
Run the code above in your browser using DataLab