Gaussien isotrope
Une gaussienne isotrope, également connue sous le nom d’une distribution normale, refers to a specific type of probability distribution characterized by its symmetry and uniformity across all directions in a multidimensional space. In simpler terms, it describes a scenario where data points are clustered around a central mean in such a way that the spread (or variance) of the points is equal in all directions.
Mathématiquement, une gaussienne distribution gaussienne peut être représentée par la fonction de densité de probabilité (PDF) :
f(x) = (1 / (2πσ²)^(n/2)) * exp(-||x – μ||² / (2σ²))
Dans cette équation :
- f(x) est la fonction de densité de probabilité.
- μ est le vecteur moyen, indiquant le centre de la distribution.
- σ² est la variance, qui est la même pour toutes les dimensions.
- n est le nombre de dimensions.
- ||x – μ|| represents the Distance Euclidienne from a point x to the mean μ.
The term ‘isotropic’ means ‘uniform in all directions’. This property makes isotropic Gaussians particularly useful in various fields, including apprentissage automatique, statistics, and physics, as they simplify the mathematical treatment of multivariate random variables.
In practical applications, isotropic Gaussians can be used for modeling errors, natural phenomena, or as a prior distribution in Statistiques bayésiennes. Their symmetrical nature allows for easier computations and better intuitions about the behavior of datasets.