STK++ 0.9.13
|
In this file we implement the base class for the gamma models. More...
#include "../STK_IMixtureDensity.h"
#include <STatistiK/include/STK_Law_Gamma.h>
#include <STatistiK/include/STK_Stat_Functors.h>
#include <Analysis/include/STK_Algo_FindZero.h>
#include <Analysis/include/STK_Funct_raw.h>
#include <Analysis/include/STK_Funct_gamma.h>
#include "../GammaModels/STK_GammaParameters.h"
Go to the source code of this file.
Classes | |
class | STK::hidden::invPsiMLog |
Functor computing the derivative of the lnLikelihood of a gamma_ajk_bjk model. More... | |
class | STK::hidden::invPsi |
Functor computing the difference between the psi function and a fixed value. More... | |
class | STK::GammaBase< Derived > |
Base class for the gamma models. More... | |
Namespaces | |
namespace | STK |
The namespace STK is the main domain space of the Statistical ToolKit project. | |
The hidden namespace enclose the classes and methods which are used internally by the STK++ classes. | |
In this file we implement the base class for the gamma models.
Definition in file STK_GammaBase.h.