Obsidian
Probabilistic Geophysical Joint Inversion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
gaussian.hpp File Reference

Contains the interface for the Gaussian distribution. More...

#include <Eigen/Dense>
#include <cmath>
Include dependency graph for gaussian.hpp:

Namespaces

 obsidian
 
 obsidian::distrib
 

Functions

double obsidian::distrib::logGaussian (const Eigen::VectorXd &x, const Eigen::VectorXd &mu, const Eigen::VectorXd &sigma)
 Compute the log Gaussian distribution PDF with a diagonal covariance matrix. More...
 

Detailed Description

Contains the interface for the Gaussian distribution.

Author
Lachlan McCalman
Date
February 2014
License:
Affero General Public License version 3 or later