The OpenD Programming Language

mir.stat.distribution.pareto

This module contains algorithms for the Pareto Distribution.

Members

Functions

paretoCCDF
T paretoCCDF(T x, T xMin, T alpha)

Computes the pareto complementary cumulative distribution function (CCDF).

paretoCDF
T paretoCDF(T x, T xMin, T alpha)

Computes the pareto cumulative distribution function (CDF).

paretoInvCDF
T paretoInvCDF(T p, T xMin, T alpha)

Computes the pareto inverse cumulative distribution function (InvCDF).

paretoLPDF
T paretoLPDF(T x, T xMin, T alpha)

Computes the pareto log probability density function (LPDF).

paretoPDF
T paretoPDF(T x, T xMin, T alpha)

Computes the pareto probability density function (PDF).

Meta

Authors

John Michael Hall