STK++ 0.9.13
STK_IGaussianModel.h File Reference

In this file we define the Interface class IGaussianModel. More...

Include dependency graph for STK_IGaussianModel.h:
This graph shows which files directly or indirectly include this file:

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.
 
namespace  STK::hidden
 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.
 

Detailed Description

In this file we define the Interface class IGaussianModel.

Definition in file STK_IGaussianModel.h.