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