-
Notifications
You must be signed in to change notification settings - Fork 0
Machine Learning & Data Science Probability Distributions Multivariate Guassian Distribution
The multivariate Gaussian distribution is a generalisation of the one-dimensional (univariate) Machine-Learning-&-Data-Science-Probability-Distributions-Normal-Distribution to higher dimensions. In a multivariate Gaussian distribution, each point in the n-dimensional space is associated with a probability. The distribution is defined by two parameters: a mean vector and a covariance matrix. The mean vector, often represented as μ, is an n-dimensional vector where each element represents the mean of a particular dimension. The covariance matrix, usually denoted as Σ, is an n x n matrix that contains the variances and covariances of the variables in the distribution.
A Machine-Learning-&-Data-Science-Probability-Distributions-Normal-Distribution might not work well for certain datasets where the features are not mutually exclusive.

Rather model
- While labels aren't required to fit a Gaussian model, they are useful for evaluating the performance of the model.
- If raw dataset is not Gaussian, it can be mapped to a Gaussian distribution