Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Multivariate Statistics Package >

MultinormalDistribution

MultinormalDistribution[, ]
represents a multivariate normal (Gaussian) distribution with mean vector and covariance matrix .
  • The probability density for vector x in a multivariate normal distribution is proportional to -(x-).-1.(x-)/2.
  • The mean can be any vector of real numbers, and can be any symmetric positive definite p×p matrix with p=Length[].
  • MultinormalDistribution can be used with such functions as Mean, CDF, and RandomReal.
Needs["MultivariateStatistics`"]
The mean of a bivariate normal distribution with correlation :
In[2]:=
Click for copyable input
Out[2]=
 
Needs["MultivariateStatistics`"]
The variances of each dimension:
In[2]:=
Click for copyable input
Out[2]=
 
Needs["MultivariateStatistics`"]
Probability density function:
In[2]:=
Click for copyable input
Out[2]=
In[3]:=
Click for copyable input
Out[3]=
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team