A base class for probability distributions. More...
#include <bsta_distribution.h>

Public Types | |
| enum | { dimension = n } |
| The dimension of the distribution. More... | |
| typedef T | math_type |
| The type used for calculations. | |
| typedef vnl_vector_fixed < math_type, dimension > | vector_type |
| The type used for a n-dimensional vector of math types. | |
| typedef vector_type | field_type |
| for compatibility with vpdl/vpdt. | |
A base class for probability distributions.
Definition at line 19 of file bsta_distribution.h.
| typedef vector_type bsta_distribution< T, n >::field_type |
for compatibility with vpdl/vpdt.
Reimplemented in bsta_von_mises< T, n >.
Definition at line 29 of file bsta_distribution.h.
| typedef T bsta_distribution< T, n >::math_type |
The type used for calculations.
Reimplemented in bsta_von_mises< T, n >.
Definition at line 25 of file bsta_distribution.h.
| typedef vnl_vector_fixed<math_type,dimension> bsta_distribution< T, n >::vector_type |
The type used for a n-dimensional vector of math types.
Reimplemented in bsta_von_mises< T, n >.
Definition at line 27 of file bsta_distribution.h.
| anonymous enum |
The dimension of the distribution.
Definition at line 23 of file bsta_distribution.h.
1.7.5.1