|
STK++ 0.9.13
|
base class of the Gamma models Parameter Handler More...
#include <STK_GammaParameters.h>

Public Member Functions | |
| ParametersGammaBase (int nbCluster) | |
| default constructor | |
| ParametersGammaBase (ParametersGammaBase const &model) | |
| copy constructor | |
| ~ParametersGammaBase () | |
| destructor | |
| ParametersGammaBase & | operator= (ParametersGammaBase const &other) |
| copy operator | |
| void | resize (Range const &range) |
Public Attributes | |
| Array1D< CPointX > | mean_ |
| mean for each class | |
| Array1D< CPointX > | meanLog_ |
| log-means for each class | |
| Array1D< CPointX > | variance_ |
| variance for each class | |
base class of the Gamma models Parameter Handler
Definition at line 49 of file STK_GammaParameters.h.
| STK::ParametersGammaBase::ParametersGammaBase | ( | int | nbCluster | ) |
default constructor
Definition at line 50 of file STK_GammaParameters.cpp.
| STK::ParametersGammaBase::ParametersGammaBase | ( | ParametersGammaBase const & | model | ) |
copy constructor
Definition at line 55 of file STK_GammaParameters.cpp.
| STK::ParametersGammaBase::~ParametersGammaBase | ( | ) |
| ParametersGammaBase & STK::ParametersGammaBase::operator= | ( | ParametersGammaBase const & | other | ) |
| range | the range of the variables |
Definition at line 62 of file STK_GammaParameters.cpp.
References mean_, meanLog_, and variance_.
Referenced by STK::ModelParameters< Clust::Gamma_a_bjk_ >::resize(), STK::ModelParameters< Clust::Gamma_a_bk_ >::resize(), STK::ModelParameters< Clust::Gamma_aj_bjk_ >::resize(), STK::ModelParameters< Clust::Gamma_aj_bk_ >::resize(), STK::ModelParameters< Clust::Gamma_ajk_b_ >::resize(), STK::ModelParameters< Clust::Gamma_ajk_bj_ >::resize(), STK::ModelParameters< Clust::Gamma_ajk_bjk_ >::resize(), STK::ModelParameters< Clust::Gamma_ajk_bk_ >::resize(), STK::ModelParameters< Clust::Gamma_ak_b_ >::resize(), STK::ModelParameters< Clust::Gamma_ak_bj_ >::resize(), STK::ModelParameters< Clust::Gamma_ak_bjk_ >::resize(), and STK::ModelParameters< Clust::Gamma_ak_bk_ >::resize().
mean for each class
Definition at line 52 of file STK_GammaParameters.h.
Referenced by operator=(), and resize().
log-means for each class
Definition at line 54 of file STK_GammaParameters.h.
Referenced by operator=(), and resize().
variance for each class
Definition at line 56 of file STK_GammaParameters.h.
Referenced by operator=(), and resize().