acopula (version 0.9.3)

xPareto: 4-parametric univariate Pareto distribution

Description

Probability (cumulative) distribution function pPareto and quantile function qPareto of Pareto type IV distribution.

Usage

pPareto(t,pars)
qPareto(t,pars)

Value

Numeric.

Arguments

t

numeric. Argument of the functions.

pars

numeric vector of length 4. Parameters of the Pareto distribution (see Details).

Author

Tomas Bacigal

Details

Cumulative distribution function of 4-parametric Pareto is defined as $$cdf(x)=1-\left(1+\left(\frac{t-p_4}/p_1\right)^{1/p_3}\right)^{-p_2}\quad \textrm{for } t\geq p_4$$ and results to 0 otherwise.

See Also

generator, depfun, copula

Examples

Run this code
## probability P(X

Run the code above in your browser using DataCamp Workspace