gauss

Purpose

Evaluate a Gaussian distribution.

Synopsis

y = gauss(mu, covar, x)

Description

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.

See Also

gsamp, demgauss
Pages: Index

Copyright (c) Ian T Nabney (1996-9)