The OpenD Programming Language

mir.stat.distribution.exponential

This module contains algorithms for the Exponential Distribution.

Members

Functions

exponentialCCDF
T exponentialCCDF(T x, T lambda)

Computes the exponential complementary cumulative distribution function (CCDF).

exponentialCDF
T exponentialCDF(T x, T lambda)

Computes the exponential cumulative distribution function (CDF).

exponentialInvCDF
T exponentialInvCDF(T p, T lambda)

Computes the exponential inverse cumulative distribution function (InvCDF).

exponentialLPDF
T exponentialLPDF(T x, T lambda)

Computes the exponential log probability density function (LPDF).

exponentialPDF
T exponentialPDF(T x, T lambda)

Computes the exponential probability density function (PDF).

Meta

Authors

John Michael Hall