The OpenD Programming Language

mir.stat.distribution.chi2

This module contains algorithms for the Chi-squared Distribution.

Members

Functions

chi2CCDF
T chi2CCDF(T x, uint k)

Computes the Chi-squared complementary cumulative distribution function (CCDF).

chi2CDF
T chi2CDF(T x, uint k)

Computes the Chi-squared cumulative distribution function (CDF).

chi2InvCDF
T chi2InvCDF(T p, uint k)

Computes the Chi-squared inverse cumulative distribution function (InvCDF).

chi2LPDF
T chi2LPDF(T x, uint k)

Computes the Chi-squared probability density function (LPDF).

chi2PDF
T chi2PDF(T x, uint k)

Computes the Chi-squared probability density function (PDF).

Meta

Authors

Ilia Ki, John Michael Hall