A generic Gaussian distribution. More...
#include <limits>#include <vpdl/vpdt/vpdt_field_traits.h>#include <vpdl/vpdt/vpdt_field_default.h>#include <vpdl/vpdt/vpdt_dist_traits.h>#include <vpdl/vpdt/vpdt_access.h>#include <vpdl/vpdt/vpdt_eigen_sym_matrix.h>#include <vpdl/vpdt/vpdt_norm_metric.h>#include <vnl/vnl_math.h>#include <vnl/vnl_erf.h>Go to the source code of this file.
Functions | |
| template<class F , class C , class M > | |
| vpdt_dist_traits< vpdt_gaussian< F, C, M > >::scalar_type | vpdt_log_density (const vpdt_gaussian< F, C, M > &d, const typename vpdt_dist_traits< vpdt_gaussian< F, C, M > >::field_type &pt) |
| Compute the log of the unnormalized density. More... | |
| template<class F , class C , class M > | |
| vpdt_dist_traits< vpdt_gaussian< F, C, M > >::scalar_type | vpdt_gradient_log_density (const vpdt_gaussian< F, C, M > &d, const typename vpdt_dist_traits< vpdt_gaussian< F, C, M > >::field_type &pt, typename vpdt_dist_traits< vpdt_gaussian< F, C, M > >::field_type &g) |
| Compute the gradient of the log of the unnormalized density. More... | |
A generic Gaussian distribution.
Modifications <None yet>
Definition in file vpdt_gaussian.h.
|
inline |
Compute the gradient of the log of the unnormalized density.
Definition at line 148 of file vpdt_gaussian.h.
|
inline |
Compute the log of the unnormalized density.
Definition at line 138 of file vpdt_gaussian.h.
1.8.15