Classes | Functions
contrib/brl/bbas/bsta/bsta_gaussian_sphere.h File Reference

A (hyper-)spherical Gaussian distribution (i.e. More...

#include "bsta_gaussian.h"
#include <vcl_iostream.h>
#include <vnl/vnl_random.h>

Go to the source code of this file.

Classes

class  bsta_gaussian_sphere< T, n >
 A (hyper-)spherical Gaussian distribution. More...

Functions

template<class T , unsigned n>
vcl_ostream & operator<< (vcl_ostream &os, bsta_gaussian_sphere< T, n > const &g)

Detailed Description

A (hyper-)spherical Gaussian distribution (i.e.

single variance)

Author:
Matt Leotta (mleotta@lems.brown.edu)
Date:
January 25, 2006
    Modifications
     Jan 21 2008 - Matt Leotta - Rename probability to prob_density and
                                 add probability integration over a box
   

Definition in file bsta_gaussian_sphere.h.


Function Documentation

template<class T , unsigned n>
vcl_ostream& operator<< ( vcl_ostream &  os,
bsta_gaussian_sphere< T, n > const &  g 
) [inline]

Definition at line 91 of file bsta_gaussian_sphere.h.