STK++ 0.9.13
|
Partial specialization of the StatModelTraits for the ModelDiagGaussian_muj_sj model. More...
#include <STK_ModelDiagGaussian_muj_sj.h>
Public Types | |
typedef DataBridge< Data_ > | Data |
Type of the container storing the data. | |
typedef WColVector_ | WColVector |
Type of the array storing the weights of the data. | |
typedef Traits< Data_ >::Type | Type |
Type of the data in the container. | |
typedef DiagGaussian_muj_sjParameters | Parameters |
Type of the parameters of the ModelDiagGaussian_muj_sj. | |
Partial specialization of the StatModelTraits for the ModelDiagGaussian_muj_sj model.
Definition at line 61 of file STK_ModelDiagGaussian_muj_sj.h.
typedef DataBridge<Data_> STK::hidden::StatModelTraits< ModelDiagGaussian_muj_sj< Data_, WColVector_ > >::Data |
Type of the container storing the data.
Definition at line 64 of file STK_ModelDiagGaussian_muj_sj.h.
typedef DiagGaussian_muj_sjParameters STK::hidden::StatModelTraits< ModelDiagGaussian_muj_sj< Data_, WColVector_ > >::Parameters |
Type of the parameters of the ModelDiagGaussian_muj_sj.
Definition at line 70 of file STK_ModelDiagGaussian_muj_sj.h.
typedef Traits<Data_>::Type STK::hidden::StatModelTraits< ModelDiagGaussian_muj_sj< Data_, WColVector_ > >::Type |
Type of the data in the container.
Definition at line 68 of file STK_ModelDiagGaussian_muj_sj.h.
typedef WColVector_ STK::hidden::StatModelTraits< ModelDiagGaussian_muj_sj< Data_, WColVector_ > >::WColVector |
Type of the array storing the weights of the data.
Definition at line 66 of file STK_ModelDiagGaussian_muj_sj.h.