Adds number of observations. More...
#include <bsta_attributes.h>
Public Types | |
typedef dist_ | contained_type |
Public Member Functions | |
bsta_num_obs () | |
Constructor. | |
bsta_num_obs (const dist_ &d, const T &n_obs=T(0)) | |
Constructor - somewhat like a copy constructor. | |
Public Attributes | |
T | num_observations |
The number of observations. | |
Private Types | |
typedef dist_::math_type | T |
Adds number of observations.
Definition at line 24 of file bsta_attributes.h.
typedef dist_ bsta_num_obs< dist_ >::contained_type |
Definition at line 30 of file bsta_attributes.h.
typedef dist_::math_type bsta_num_obs< dist_ >::T [private] |
Definition at line 26 of file bsta_attributes.h.
bsta_num_obs< dist_ >::bsta_num_obs | ( | ) | [inline] |
Constructor.
Definition at line 33 of file bsta_attributes.h.
bsta_num_obs< dist_ >::bsta_num_obs | ( | const dist_ & | d, |
const T & | n_obs = T(0) |
||
) | [inline] |
Constructor - somewhat like a copy constructor.
Definition at line 36 of file bsta_attributes.h.
T bsta_num_obs< dist_ >::num_observations |
The number of observations.
Definition at line 40 of file bsta_attributes.h.