Difference between revisions of "Gaussian distribution"

 
Line 1: Line 1:
[[category:Multivariate Distributions]]
+
[[category:Multivariate Distribution Functions]]
  
 
= Gaussian(meanVec : numeric[I],covar : numeric[I,J]; I,J:IndexType) =
 
= Gaussian(meanVec : numeric[I],covar : numeric[I,J]; I,J:IndexType) =

Revision as of 16:20, 20 April 2007


Gaussian(meanVec : numeric[I],covar : numeric[I,J]; I,J:IndexType)

A multi-variate Gaussian distribution based on a mean vector and covariance matrix. The covariance matrix must symmetric and positive-definite. The meanVec is indexed by I. The covariance matrix is 2-D, indexed by I & J. Indexes I & J should be the same length.

Library

Multivariate Distributions.ana

See Also

Comments


You are not allowed to post comments.