STK++ 0.9.13
|
Partial specialization of the StatModelTraits for the ModelBernoulli_pj model. More...
#include <STK_ModelBernoulli_pj.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 Bernoulli_pjParameters | Parameters |
Type of the parameters of the ModelBernoulli_pj. | |
Partial specialization of the StatModelTraits for the ModelBernoulli_pj model.
Definition at line 59 of file STK_ModelBernoulli_pj.h.
typedef DataBridge<Data_> STK::hidden::StatModelTraits< ModelBernoulli_pj< Data_, WColVector_ > >::Data |
Type of the container storing the data.
Definition at line 62 of file STK_ModelBernoulli_pj.h.
typedef Bernoulli_pjParameters STK::hidden::StatModelTraits< ModelBernoulli_pj< Data_, WColVector_ > >::Parameters |
Type of the parameters of the ModelBernoulli_pj.
Definition at line 68 of file STK_ModelBernoulli_pj.h.
typedef Traits<Data_>::Type STK::hidden::StatModelTraits< ModelBernoulli_pj< Data_, WColVector_ > >::Type |
Type of the data in the container.
Definition at line 66 of file STK_ModelBernoulli_pj.h.
typedef WColVector_ STK::hidden::StatModelTraits< ModelBernoulli_pj< Data_, WColVector_ > >::WColVector |
Type of the array storing the weights of the data.
Definition at line 64 of file STK_ModelBernoulli_pj.h.