Pareto 2 (Lomax) and Bernoulli-Pareto 2 distributions
Pareto 2 (Lomax) and Bernoulli-Pareto 2 distributions
Functions implementing the Pareto 2 (Lomax) and Bernoulli-Pareto 2 distributions. In the latter case, zero values occur with probability 1-prob and non-zero values follow the Pareto 2 distribution with scale and shape parameters. dpareto2 and dbpareto2 give the probability density functions (pdf); ppareto2 and pbpareto2 give the cumulative distribution functions (cdf); qpareto2 and qbpareto2 give the quantile functions (inverse cdfs), and rpareto2 and rbpareto2 are used for generating random variates.
scale: scale parameter of the pareto2 distribution.
shape: shape parameter of the pareto2 distribution.
Returns
dpareto2 and dbpareto2 gives the pdfs; ppareto2 and pbpareto2 gives the cdfs; qpareto2 and qbpareto2 gives the inverse cdfs (or quantile functions); and rpareto2 and rbpareto2 generate random variates.
See Also
bgamma, bweibull, blnorm
Examples
plot(rbpareto2(365, prob =0.2, scale =1, shape =1), type ="h")
References
Arnold, B.C., 1983. The Pareto Distributions, International Co-operative Publishing House, Fairland, MD.
Lomax, K.S., 1954. Business failures: another example of the analysis of failure data. Journal of the American Statistical Association, 49(268): 847-852.