Public Types | Public Member Functions | Public Attributes | Private Types
bsta_num_obs< dist_ > Class Template Reference

Adds number of observations. More...

#include <bsta_attributes.h>

List of all members.

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

Detailed Description

template<class dist_>
class bsta_num_obs< dist_ >

Adds number of observations.

Definition at line 24 of file bsta_attributes.h.


Member Typedef Documentation

template<class dist_>
typedef dist_ bsta_num_obs< dist_ >::contained_type

Definition at line 30 of file bsta_attributes.h.

template<class dist_>
typedef dist_::math_type bsta_num_obs< dist_ >::T [private]

Definition at line 26 of file bsta_attributes.h.


Constructor & Destructor Documentation

template<class dist_>
bsta_num_obs< dist_ >::bsta_num_obs ( ) [inline]

Constructor.

Definition at line 33 of file bsta_attributes.h.

template<class dist_>
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.


Member Data Documentation

template<class dist_>
T bsta_num_obs< dist_ >::num_observations

The number of observations.

Definition at line 40 of file bsta_attributes.h.


The documentation for this class was generated from the following file: