STK++ 0.9.13
|
In this file we declare functions around the beta function ratio. More...
#include <STKernel.h>
Go to the source code of this file.
Namespaces | |
namespace | STK |
The namespace STK is the main domain space of the Statistical ToolKit project. | |
namespace | STK::Funct |
The namespace Funct enclose all usual and special functions. | |
Functions | |
Real | STK::Funct::betaRatio_sr (Real const &a, Real const &b, Real x, bool xm1, bool lower_tail) |
Compute the incomplete beta function ratio I_x(a,b) using its series representation. | |
Real | STK::Funct::betaRatio_up (Real const &a, Real const &b, Real const &x, bool xm1, bool lower_tail) |
Compute the incomplete beta function ratio I_x(a,b) using its recurrence formula and its asymptotic expansion. | |
Real | STK::Funct::betaRatio_cf (Real const &a, Real const &b, Real x, bool xm1, bool lower_tail=true) |
Compute the incomplete beta function ratio using the continued fraction method. | |
Real | STK::Funct::betaRatio_se (Real const &a, Real const &b, Real const &x, bool xm1, bool lower_tail) |
Compute the incomplete beta function ratio I_x(a,b) using the serie expansion method. | |
Real | STK::Funct::betaRatio_ae (Real const &a, Real const &b, Real const &x, bool xm1, bool lower_tail) |
Compute the incomplete beta function ratio I_x(a,b) using the asymptotic expansion method. | |
Real | STK::Funct::betaRatio (Real const &a, Real const &b, Real const &x, bool lower_tail=true) |
Compute the incomplete beta function ratio Compute the beta ratio function. | |
Real | STK::Funct::betaRatio_raw (Real const &a, Real const &b, Real const &x, bool lower_tail) |
In this file we declare functions around the beta function ratio.
Definition in file STK_Funct_betaRatio.h.