STK++ 0.9.13
STK_Funct_raw.h File Reference

In this file we declare raw the functions. More...

#include "STK_Funct_gamma.h"
#include "STK_Algo.h"
#include "STK_Funct_Util.h"
Include dependency graph for STK_Funct_raw.h:
This graph shows which files directly or indirectly include this file:

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 $ d_0(a,b) = a\log(a/b)+ b - a $.
 
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 $g_0(x) = x\log(x)+ 1 - x$.
 
Real STK::Funct::log1p (Real const &x)
 compute the function $ \log(1+x) $.
 
Real STK::Funct::expm1 (Real const &x)
 compute the function $ \exp(x)-1 $.
 

Detailed Description

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.