The OpenD Programming Language

mir.stat.distribution.f

This module contains algorithms for the F Distribution.

Members

Functions

fCCDF
T fCCDF(T x, T df1, T df2)

Computes the F complementary cumulative distribution function (CCDF).

fCDF
T fCDF(T x, T df1, T df2)

Computes the F cumulative distribution function (CDF).

fInvCDF
T fInvCDF(T p, T df1, T df2)

Computes the F inverse cumulative distribution function (InvCDF).

fLPDF
T fLPDF(T x, T df1, T df2)

Computes the F log probability density function (LPDF).

fPDF
T fPDF(T x, T df1, T df2)

Computes the F probability density function (PDF).

Meta

Authors

John Michael Hall