#include <bsta_attributes.h>
Definition at line 24 of file 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 |
typedef dist_::math_type bsta_num_obs< dist_ >::T [private] |
Definition at line 26 of file bsta_attributes.h.
| typedef dist_ bsta_num_obs< dist_ >::contained_type |
Definition at line 30 of file bsta_attributes.h.
| bsta_num_obs< dist_ >::bsta_num_obs | ( | ) | [inline] |
Constructor.
| bsta_num_obs< dist_ >::bsta_num_obs | ( | const dist_ & | d, | |
| const T & | n_obs = T(0) | |||
| ) | [inline] |
Constructor - somewhat like a copy constructor.
| T bsta_num_obs< dist_ >::num_observations |
1.5.1