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