|
STK++ 1.0
|
In this file we implement functions around the poisson density. More...
#include <cmath>#include "../include/STK_Const_Math.h"#include "../include/STK_Funct_gamma.h"#include "../include/STK_Funct_util.h"#include "../include/STK_Funct_raw.h"
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. | |
In this file we implement functions around the poisson density.
Definition in file STK_Funct_poisson_raw.cpp.