Home > slabtools > gaussian.m

gaussian

PURPOSE ^

p=gaussian(x,m,C);

SYNOPSIS ^

function p=gaussian(x,m,C);

DESCRIPTION ^

 p=gaussian(x,m,C);

 Evaluate the multi-variate density with mean vector m and covariance
 matrix C for the input vector x.
 
 p=gaussian(X,m,C);
 
 Vectorized version: Here X is a matrix of column vectors, and p is 
 a vector of probabilities for each vector.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 20-Nov-2009 18:52:57 by m2html © 2003