Series and integrals#
Supporting functions
- Finite series algorithms for selected distributions
- Central \(\chi^2\) distribution, cdf (integer degrees of freedom)
- Central Student \(t\) distribution, cdf (integer degrees of freedom)
- Central Fisher \(F\) distribution, cdf (integer degrees of freedom)
- Central Beta distribution, cdf (\(2a\) an integer, \(2b\) an integer)
- Noncentral \(\chi^2\) distribution, cdf (integer degrees of freedom)
- Noncentral Student \(t\) distribution, cdf (integer degrees of freedom)
- Noncentral Fisher \(F\) distribution, cdf (\(m\) an even integer)
- Noncentral Beta distribution, cdf (\(b\) an integer)
- Pearson’s \(\rho\) distribution, pdf (integer \(N\))
- Pearson’s \(\rho\) distribution, cdf (integer \(N\))
- Fisher’s \(R^2\) distribution, cdf (finite sum for \(N-p\) even)
- Roy’s largest root distribution, pdf, cdf and sf
- Infinite series algorithms for selected functions and distributions
- Incomplete gamma function, continued fractions (Peizer)
- Incomplete gamma function, asymptotic expansion (Paris)
- Incomplete beta function, continued fractions (Peizer)
- Noncentral \(\chi^2\) distribution, pdf, cdf and sf (Boost)
- Noncentral Student \(t\) distribution, pdf, cdf and sf (Boost)
- Noncentral Beta distribution, pdf, cdf and sf (Boost)
- Noncentral \(F\) distribution, pdf, cdf and sf (Benton)
- Pearson’s \(\rho\) distribution, cdf and sf (Hotelling’s series)
- Pearson’s \(\rho\) distribution, cdf and sf (Guenther’s series)
- Fisher’s \(R^2\) distribution, cdf and sf (Boost, Benton)
- Finite series for lattice distributions, based on factorial moments
- Fréchet’s formula for calculating the pmf from the factorial moments
- Laurent’s formula for calculating the cdf from the factorial moments
- Binomial distribution, pmf, cdf
- Classical hypergeometric distribution, pmf, cdf
- Wilcoxon distribution, pmf, cdf
- Mann-Whitney distribution, pmf, cdf
- Kendall distribution, pmf, cdf
- Jonckheere-Terpsta \(T\) distribution, pmf, cdf
- Efficient integration of bell-shaped functions
quad_bellshaped()- Error function
- Lower non-normalised incomplete gamma function, \(\gamma(a,x)\) (Continued fractions)
- Real upper non-normalised incomplete gamma function, \(\Gamma(a,x)\) (Quadrature)
- Normalised incomplete beta function, \(I_{x}(a,b)\)
- Non-central chi-square cdf and sf (Chow)
- Marcum \(Q\) function
- Owen’s \(T\) function
- Verified numerical integration
- Error function
- Lower non-normalised incomplete gamma function, \(\gamma(a,x)\) (Continued fractions)
- Real upper non-normalised incomplete gamma function, \(\Gamma(a,x)\) (Quadrature)
- Normalised incomplete beta function, \(I_{x}(a,b)\)
- Non-central chi-square cdf and sf (Chow)
- Marcum \(Q\) function
- Owen’s \(T\) function