|
STK++ 0.9.13
|
Structure encapsulating the parameters of a DiagGaussian_muj_sj model. More...
#include <STK_ModelDiagGaussian_muj_sj.h>
Public Member Functions | |
| DiagGaussian_muj_sjParameters () | |
| default constructor | |
| DiagGaussian_muj_sjParameters (Range const &range) | |
| default constructor | |
| DiagGaussian_muj_sjParameters (DiagGaussian_muj_sjParameters const ¶m) | |
| copy constructor. | |
| ~DiagGaussian_muj_sjParameters () | |
| destructor | |
| CPointX const & | mu () const |
| CPointX const & | sigma () const |
| Real const | mu (int j) const |
| Real const | sigma (int j) const |
| void | resize (Range const &range) |
| resize the parameters only if the range is modified, otherwise, stay with the current values. | |
Public Attributes | |
| CPointX | mu_ |
| CPointX | sigma_ |
| Range | range_ |
Structure encapsulating the parameters of a DiagGaussian_muj_sj model.
Definition at line 78 of file STK_ModelDiagGaussian_muj_sj.h.
|
inline |
default constructor
Definition at line 81 of file STK_ModelDiagGaussian_muj_sj.h.
default constructor
Definition at line 83 of file STK_ModelDiagGaussian_muj_sj.h.
|
inline |
copy constructor.
| param | the parameters to copy. |
Definition at line 85 of file STK_ModelDiagGaussian_muj_sj.h.
|
inline |
Definition at line 93 of file STK_ModelDiagGaussian_muj_sj.h.
References mu_.
Referenced by STK::ModelDiagGaussian_muj_sj< Data_, WColVector_ >::mean().
Definition at line 98 of file STK_ModelDiagGaussian_muj_sj.h.
References mu_.
resize the parameters only if the range is modified, otherwise, stay with the current values.
| range | the range of the parameters (= range of the variables of the model) |
Definition at line 106 of file STK_ModelDiagGaussian_muj_sj.h.
References mu_, range_, STK::ICArray< Derived >::resize(), and sigma_.
Definition at line 95 of file STK_ModelDiagGaussian_muj_sj.h.
References sigma_.
Referenced by STK::ModelDiagGaussian_muj_sj< Data_, WColVector_ >::sigma().
Definition at line 100 of file STK_ModelDiagGaussian_muj_sj.h.
References sigma_.
| CPointX STK::DiagGaussian_muj_sjParameters::mu_ |
Definition at line 114 of file STK_ModelDiagGaussian_muj_sj.h.
| Range STK::DiagGaussian_muj_sjParameters::range_ |
Definition at line 116 of file STK_ModelDiagGaussian_muj_sj.h.
Referenced by resize().
| CPointX STK::DiagGaussian_muj_sjParameters::sigma_ |
Definition at line 115 of file STK_ModelDiagGaussian_muj_sj.h.