A Gaussian distribution with a full covariance matrix. More...
#include "bsta_gaussian.h"#include <vnl/vnl_vector_fixed.h>#include <vnl/vnl_matrix_fixed.h>#include <vcl_iostream.h>Go to the source code of this file.
Classes | |
| class | bsta_gaussian_full< T, n > |
| A Gaussian distribution with a full covariance matrix. More... | |
Functions | |
| template<class T , unsigned n> | |
| vcl_ostream & | operator<< (vcl_ostream &os, bsta_gaussian_full< T, n > const &g) |
A Gaussian distribution with a full covariance matrix.
Modifications
Jan 21 2008 - Matt Leotta - Rename probability to prob_density and
add probability integration over a box
Definition in file bsta_gaussian_full.h.
| vcl_ostream& operator<< | ( | vcl_ostream & | os, |
| bsta_gaussian_full< T, n > const & | g | ||
| ) | [inline] |
Definition at line 96 of file bsta_gaussian_full.h.
1.7.5.1