A functor to return the probability density at a sample. More...
#include <bsta_basic_functors.h>
Public Types | |
| enum | { return_dim = 1 } |
| typedef dist_::math_type | T |
| typedef dist_::vector_type | vector_ |
| typedef T | return_T |
| typedef return_T | return_type |
Public Member Functions | |
| bool | operator() (const dist_ &d, const vector_ &sample, return_T &retval) const |
| The main function. | |
A functor to return the probability density at a sample.
Definition at line 25 of file bsta_basic_functors.h.
| typedef T bsta_prob_density_functor< dist_ >::return_T |
Definition at line 30 of file bsta_basic_functors.h.
| typedef return_T bsta_prob_density_functor< dist_ >::return_type |
Definition at line 31 of file bsta_basic_functors.h.
| typedef dist_::math_type bsta_prob_density_functor< dist_ >::T |
Definition at line 28 of file bsta_basic_functors.h.
| typedef dist_::vector_type bsta_prob_density_functor< dist_ >::vector_ |
Definition at line 29 of file bsta_basic_functors.h.
| anonymous enum |
Definition at line 32 of file bsta_basic_functors.h.
| bool bsta_prob_density_functor< dist_ >::operator() | ( | const dist_ & | d, |
| const vector_ & | sample, | ||
| return_T & | retval | ||
| ) | const [inline] |
The main function.
Definition at line 35 of file bsta_basic_functors.h.
1.7.5.1