CITAN (version 2011.03-2)

ppareto2: Pareto distribution of the second kind - c.d.f.

Description

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

Usage

ppareto2(q, k=1, s=1)

Arguments

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

Value

  • The function gives the c.d.f..

Details

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

See Also

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