Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 933 Bytes

reference.rst

File metadata and controls

41 lines (27 loc) · 933 Bytes

References

Definitions

In the multinorm package, we use the following variable names:

  • MultiNorm - the multivariate normal (a.k.a. Gaussian) distribution
  • n - the number of dimensions, i.e. number of parameters. Math: n
  • mean - the vector of mean values of the distribution. Math: μ
  • cov - covariance matrix of the distribution. Math: Σ
  • precision - precision matrix. Math: Σ − 1

Documents

Some useful references for multivariate normal distributions:

Codes

Other codes related to multivariate normal distributions: