STK++ 0.9.13
|
In this file we define the Interface class IGaussianModel. More...
#include "STK_Model_Util.h"
#include "STK_IStatModel.h"
#include <Arrays/include/STK_Array2D.h>
#include <Arrays/include/STK_Array2DSquare.h>
#include <Arrays/include/STK_Array2DVector.h>
#include <Arrays/include/STK_Array2DPoint.h>
#include <STatistiK/include/STK_Stat_Functors.h>
Go to the source code of this file.
Classes | |
struct | STK::hidden::ModelTraits< IGaussianModel< Data_ > > |
class | STK::hidden::ModelTraits< IGaussianModel< Data_ > >::Void |
class | STK::IGaussianModel< Array > |
Compute the the maximum likelihood estimates of a complete Gaussian statistical model. 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. | |
Functions | |
template<class Vector > | |
Real | STK::gaussianLnLikelihood (ExprBase< Vector > const &data, Real const &mu, Real const &sigma) |
Compute the gaussian log likehood of a one dimensionnal gaussian model. | |
In this file we define the Interface class IGaussianModel.
Definition in file STK_IGaussianModel.h.