D

Fonction de distribution

Fonction de Répartition Cumulative

Une fonction de distribution décrit la probabilité qu'une variable aléatoire tombe dans une plage particulière de valeurs.

Une fonction de distribution, souvent appelée fonction de distribution cumulative (CDF), is a fundamental concept in probability and statistics. It provides a complete description of the probability distribution of a random variable by detailing the likelihood that the variable will take on a value less than or equal to a specific point. In simpler terms, it allows us to understand how probabilities accumulate over a range of values.

Mathématiquement, pour une variable aléatoire X, la fonction de distribution F(x) est définie comme :

F(x) = P(X ≤ x)

Cette équation indique que F(x) donne la probabilité que la variable aléatoire X soit inférieure ou égale à la valeur x. La fonction possède plusieurs propriétés importantes :

  • Non décroissante : À mesure que x augmente, F(x) ne diminue pas.
  • Limites : F(x) approaches 0 as x approaches negative infinity and approaches 1 as x approaches positive infinity.
  • Étendue : Les valeurs de F(x) varient de 0 à 1.

Distribution functions can be used in various applications, such as determining probabilities, making predictions, and performing statistical analyses. They are foundational in fields like apprentissage automatique, where understanding the distribution of data points is crucial for developing models. Additionally, different types of distribution functions exist, such as normal, binomial, and Poisson distributions, each describing different types of data behavior.

oEmbed (JSON) + /