STK++ 0.9.13
|
In this file we declare raw the functions. More...
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::beta_pdf_raw (Real const &x, Real const &a, Real const &b) |
Compute the beta density function. | |
Real | STK::Funct::binomial_pdf_raw (Real const &x, Real const &n, Real const &p) |
Compute the generalized binomial probability mass function. | |
Real | STK::Funct::binomial_pdf_raw (int x, int n, Real const &p) |
Compute the binomial probability mass function. | |
Real | STK::Funct::binomial_lpdf_raw (Real const &x, Real const &n, Real const &p) |
Compute the generalized binomial log-probability mass function. | |
Real | STK::Funct::binomial_lpdf_raw (int x, int n, Real const &p) |
Compute the binomial log-probability mass function. | |
Real | STK::Funct::poisson_pdf_raw (Real const &x, Real const &lambda) |
Compute the Poisson density. | |
Real | STK::Funct::poisson_pdf_raw (int x, Real const &lambda) |
Compute the poisson density with integer value. | |
Real | STK::Funct::poisson_lpdf_raw (Real const &x, Real const &lambda) |
Compute the log-poisson density. | |
Real | STK::Funct::poisson_lpdf_raw (int x, Real const &lambda) |
Compute the log-poisson density with integer value. | |
Real | STK::Funct::erf_raw (Real const &a) |
Compute the error function erf(a) Compute the function. | |
Real | STK::Funct::erfc_raw (Real const &a) |
Compute the complementary error function erfc(a) Compute the function. | |
Real | STK::Funct::normal_cdf_raw (Real const &x) |
Compute the cumulative distribution function of the normal density. | |
Real | STK::Funct::normal_pdf_raw (Real const &x) |
compute the probability distribution function of the normal density. | |
Real | STK::Funct::psi_raw (Real x) |
Compute the psi function. | |
Real | STK::Funct::dev0 (Real const &a, Real const &b) |
compute the partial deviance ![]() | |
Real | STK::Funct::b1 (Real const &a, Real const &b, Real const &x, bool xm1) |
Compute the function. | |
Real | STK::Funct::g0 (Real const &x) |
compute the partial deviance ![]() | |
Real | STK::Funct::log1p (Real const &x) |
compute the function ![]() | |
Real | STK::Funct::expm1 (Real const &x) |
compute the function ![]() | |
In this file we declare raw the functions.
raw functions are generic functions that can be used in various part of the STatistiK project. No test is done about the arguments.
Definition in file STK_Funct_raw.h.