vector_gautbl_t Struct Reference

#include <vector.h>

List of all members.

Public Attributes

int32 n_gau
int32 veclen
float32 ** mean
float32 ** var
float32 * lrd
float64 distfloor

Detailed Description

Generic table of individual Gaussian vectors, with diagonal co-variance matrices (i.e., only the diagonal is maintained, as a vector).


Member Data Documentation

When Mahalanobis distance values are converted to logs3 domain, the int32 result can underflow. To avoid this, floor before conversion

Log(Reciprocal(Determinant(Co-var. matrix)))

n_cw x veclen mean values

#Gaussians in table

n_cw x veclen corresponding (diagonal) variance values

Vector length


The documentation for this struct was generated from the following file:

Generated on 7 Mar 2010 by  doxygen 1.6.1