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