dpareto: density of a Pareto r.v.

dparetoR 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)

LNPar documentation built on April 4, 2025, 5:07 a.m.