STK++ 1.0
STK_Funct_raw.h File Reference

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

#include "../../STKernel/include/STK_Integer.h"
#include "../../STKernel/include/STK_Real.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
 

STK means the Statistical ToolKit.


namespace  STK::Funct
 

The namespace Funct enclose all usual and special functions.


Functions

Real STK::Funct::poisson_pdf_raw (Real const &x, Real const &lambda)
 Compute the poisson density.
Real STK::Funct::poisson_pdf_raw (Integer const &x, Real const &lambda)
 Compute the poisson density.
Real STK::Funct::erf_raw (Real const &a)
 Compute the error fonction erf(a)
Real STK::Funct::erfc_raw (Integer const &a)
 Compute the complementary error function erfc(a)
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

Detailed Description

In this file we declare raw 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.