y = gauss(mu, covar, x)
y = gauss(mu, covar, x)
evaluates a multi-variate Gaussian
density in d
-dimensions at a set of points given by the rows
of the matrix x
. The Gaussian density has mean vector mu
and covariance matrix covar
.
gsamp
, demgauss
Copyright (c) Ian T Nabney (1996-9)