Théorème Central Limite
Le théorème central limite (CLT) est un principe fondamental en statistics that describes how the distribution of sample means becomes approximately normal, regardless of the original distribution of the population, as the sample size increases. This theorem is crucial for making inferences about populations based on sample data.
Specifically, the CLT states that if you take sufficiently large random samples from a population, the means of those samples will form a distribution normale, even if the population itself is not normally distributed. The larger the sample size, the closer the sample means will be to a normal distribution. Typically, a sample size of 30 or more is considered sufficient for the CLT to hold.
Mathématiquement, le théorème peut s'exprimer comme suit : Si X est une variable aléatoire avec une moyenne µ et un écart-type σ, alors la distribution d'échantillonnage de la moyenne d'échantillon (notée X̄) tendra vers une distribution normale avec une moyenne µ et un écart-type σ/√n, où n est la taille de l'échantillon, à mesure que n tend vers l'infini.
Cette propriété du théorème central limite est particulièrement utile dans test d'hypothèse and intervalle de confiance estimation, as it allows statisticians to use the normal distribution as an approximation for various méthodes statistiques, even when we are working with skewed or non-normal population distributions.
En résumé, le théorème central limite fournit une base pour statistiques inférentielles, enabling researchers to make predictions and decisions based on sample data with a high degree of accuracy.