Classes
contrib/brl/bbas/bsta/algo/bsta_gaussian_stats.h File Reference

Statistics using Gaussians. More...

#include <bsta/bsta_gaussian_sphere.h>
#include <bsta/bsta_gaussian_indep.h>
#include <bsta/bsta_gaussian_full.h>
#include <bsta/bsta_mixture.h>
#include <bsta/bsta_attributes.h>

Go to the source code of this file.

Classes

class  bsta_mixture_weight_by_obs_updater< comp_dist_ >
 An updater that normalizes weights of a mixture based on number of observations. More...
struct  bsta_compute_pow< T, n >
 Unrol the power calculation. More...
struct  bsta_compute_pow< T, 0 >
 base case. More...
struct  bsta_gaussian_fitness< gaussian_ >
 Used to sort a mixture of gaussians in decreasing order of fitness. More...
struct  bsta_gaussian_fitness< bsta_gaussian_sphere< T, n > >
 Used to sort a mixture of gaussians in decreasing order of fitness. More...

Detailed Description

Statistics using Gaussians.

Author:
Matt Leotta (mleotta@lems.brown.edu)
Date:
January 26, 2006
    Modifications
     (none yet)
   

Definition in file bsta_gaussian_stats.h.