|
STK++ 0.9.13
|
Structure encapsulating the parameters of a Joint Gamma model. More...
#include <STK_ModelGamma_aj_bj.h>
Public Member Functions | |
| ModelGamma_aj_bjParameters () | |
| default constructor | |
| ModelGamma_aj_bjParameters (Range const &range) | |
| default constructor | |
| ModelGamma_aj_bjParameters (ModelGamma_aj_bjParameters const ¶m) | |
| copy constructor. | |
| ~ModelGamma_aj_bjParameters () | |
| destructor | |
| CPointX const & | shape () const |
| CPointX const & | scale () const |
| vector of the mean log of the observations | |
| void | resize (Range const &range) |
| resize the parameters only if the range is modified, otherwise, stay with the current values. | |
Public Attributes | |
| CPointX | shape_ |
| vector of the shape | |
| CPointX | scale_ |
| vector of the scale | |
| CPointX | mean_ |
| vector of the mean of the observations | |
| CPointX | meanLog_ |
| vector of the mean log of the observations | |
| CPointX | variance_ |
| vector of the variance of the observations | |
| Range | range_ |
Structure encapsulating the parameters of a Joint Gamma model.
Definition at line 81 of file STK_ModelGamma_aj_bj.h.
|
inline |
default constructor
Definition at line 84 of file STK_ModelGamma_aj_bj.h.
|
inline |
|
inline |
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_ModelGamma_aj_bj.h.
References mean_, meanLog_, range_, STK::ICArray< Derived >::resize(), scale_, shape_, and variance_.
vector of the mean log of the observations
Definition at line 100 of file STK_ModelGamma_aj_bj.h.
References scale_.
Definition at line 98 of file STK_ModelGamma_aj_bj.h.
References shape_.
| CPointX STK::ModelGamma_aj_bjParameters::mean_ |
vector of the mean of the observations
Definition at line 123 of file STK_ModelGamma_aj_bj.h.
Referenced by resize().
| CPointX STK::ModelGamma_aj_bjParameters::meanLog_ |
vector of the mean log of the observations
Definition at line 125 of file STK_ModelGamma_aj_bj.h.
Referenced by resize().
| Range STK::ModelGamma_aj_bjParameters::range_ |
Definition at line 128 of file STK_ModelGamma_aj_bj.h.
Referenced by resize().
| CPointX STK::ModelGamma_aj_bjParameters::scale_ |
vector of the scale
Definition at line 121 of file STK_ModelGamma_aj_bj.h.
| CPointX STK::ModelGamma_aj_bjParameters::shape_ |
vector of the shape
Definition at line 119 of file STK_ModelGamma_aj_bj.h.
| CPointX STK::ModelGamma_aj_bjParameters::variance_ |
vector of the variance of the observations
Definition at line 127 of file STK_ModelGamma_aj_bj.h.
Referenced by resize().