CITAN (version 2011.08-1)

dpareto2: Pareto distribution of the second kind - density

Description

Density function for the Pareto Type-II (Lomax) distribution with shape parameter equal to $k>0$ and scale parameter equal to $s>0$.

Usage

dpareto2(x, k=1, s=1)

Arguments

x
vector of quantiles.
k
vector of shape parameters, $k>0$.
s
vector of scale parameters, $s>0$.

Value

  • The function gives the density.

Details

The p.d.f. at $x\ge 0$ is given by f(x)=k*s^k/(s+x)^(k+1).

See Also

ppareto2, qpareto2, rpareto2, pareto2.zsestimate, pareto2.mlekestimate, pareto2.goftest, pareto2.ftest