Developer documentation
Version 3.0.3-105-gd3941f44
gaussian.h File Reference
#include "math/math.h"
#include "math/vector.h"

Go to the source code of this file.

Namespaces

namespace  MR
 
namespace  MR::Math
 
namespace  MR::Math::Gaussian
 

Functions

template<typename T >
MR::Math::Gaussian::lnP (const T measured, const T actual, const T one_over_noise_squared)
 
template<typename T >
MR::Math::Gaussian::lnP (const T measured, const T actual, const T one_over_noise_squared, T &dP_dactual, T &dP_dN)
 
template<typename T >
MR::Math::Gaussian::lnP (const int N, const T *measured, const T *actual, const T one_over_noise_squared)
 
template<typename T >
MR::Math::Gaussian::lnP (const int N, const T *measured, const T *actual, const T one_over_noise_squared, T *dP_dactual, T &dP_dN)
 
template<typename T >
MR::Math::Gaussian::lnP (const Vector< T > &measured, const Vector< T > &actual, const T one_over_noise_squared)
 
template<typename T >
MR::Math::Gaussian::lnP (const Vector< T > &measured, const Vector< T > &actual, const T one_over_noise_squared, Vector< T > &dP_dactual, T &dP_dN)