A generic Gaussian distribution. More...
#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 <vcl_limits.h>
#include <vnl/vnl_erf.h>
Go to the source code of this file.
A generic Gaussian distribution.
Modifications <None yet>
Definition in file vpdt_gaussian.h.
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 | ||
) | [inline] |
Compute the gradient of the log of the unnormalized density.
Definition at line 144 of file vpdt_gaussian.h.
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 | ||
) | [inline] |
Compute the log of the unnormalized density.
Definition at line 134 of file vpdt_gaussian.h.