MetMat

Comment approximer une binomiale (ou Poisson) par une normale ?

En appliquant le TCL sur la somme SnS_n et en approximant par mathcalN(np,np(1p))\\mathcal{N}(np, np(1-p)) (resp. mathcalN(lambda,lambda)\\mathcal{N}(\\lambda, \\lambda))

L'objectif

Approcher numériquement une probabilité liée à mathcalB(n,p)\\mathcal{B}(n, p) ou mathcalP(lambda)\\mathcal{P}(\\lambda) via une loi normale.

Le principe

Une loi mathcalB(n,p)\\mathcal{B}(n, p) se décompose en Sn=X1+cdots+XnS_n = X_1 + \\cdots + X_n avec XksimmathcalB(p)X_k \\sim \\mathcal{B}(p) i.i.d. ; le TCL permet d'approcher SnS_n par mathcalN(np,np(1p))\\mathcal{N}(np, np(1-p)) pour nn grand. De même, mathcalP(lambda)\\mathcal{P}(\\lambda) s'approche par mathcalN(lambda,lambda)\\mathcal{N}(\\lambda, \\lambda) pour lambda\\lambda grand (en décomposant mathcalP(lambda)\\mathcal{P}(\\lambda) en somme de mathcalP(lambda/n)\\mathcal{P}(\\lambda/n)).

La méthode
  1. 1
    J'identifie la loi de SnS_n (mathcalB(n,p)\\mathcal{B}(n, p) ou mathcalP(lambda)\\mathcal{P}(\\lambda)) et je vérifie les conditions de l'approximation normale (typiquement npgeq5np \\geq 5 et n(1p)geq5n(1-p) \\geq 5 pour la binomiale ; lambdageq15\\lambda \\geq 15 pour la Poisson).
  2. 2
    Je calcule l'espérance et la variance : E(Sn)=npE(S_n) = np et V(Sn)=np(1p)V(S_n) = np(1-p) (resp. E=V=lambdaE = V = \\lambda pour Poisson).
  3. 3
    J'écris Sn=dfracSnE(Sn)sqrtV(Sn)S_n^* = \\dfrac{S_n - E(S_n)}{\\sqrt{V(S_n)}} et je traduis l'événement à étudier en un événement sur SnS_n^*.
  4. 4
    Par le TCL, SnS_n^* suit approximativement mathcalN(0,1)\\mathcal{N}(0, 1), et je conclus avec la fonction Phi\\Phi.

Exemple corrigé

Difficulté croissante de 1 à 3

Exercices aujourd'hui0 / 3

Prêt à t'entraîner ?

Génère un exercice personnalisé sur cette méthode et entraîne-toi avec la correction IA.