Je ne comprends pas la variance du binôme

13

Je me sens vraiment stupide même de poser une question aussi fondamentale, mais voici:

Si j'ai une variable aléatoire X qui peut prendre des valeurs 0 et , avec et , alors si j'en tire échantillons, j'obtiendrai une distribution binomiale.1P(X=1)=pP(X=0)=1pn

La moyenne de la distribution est

μ=np=E(X)

La variance de la distribution est

σ2=np(1p)

Voici où commence mon problème:

La variance est définie par σ2=E(X2)E(X)2 . Parce que le carré des deux résultats possibles Xne change rien ( 02=0 et 12=1 ), cela signifie E(X2)=E(X) , donc cela signifie

σ2=E(X2)E(X)2=E(X)E(X)2=npn2p2=np(1np)np(1p)

Où va le supplémentaire n? Comme vous pouvez probablement le voir, je ne suis pas très bon en statistiques, alors n'utilisez pas de terminologie compliquée: s

mourir
la source
1
Si et ceux-ci sont indépendants alors E [ X 2 ] = E [ X 2 1 + X 1 X 2 + + X 1 X n + X 2 X 1 + X 2 2 + ] = n ( n - 1 ) p 2 nX=X1+X2++Xn . Mais une route encore plus simple est E [ X 1 ] 2 = p donc V a r [ X 1 ] = p - p 2 donc avec indépendance V a r [ X 1 + X 2 + + X n ] = n ( p - p 2 )E[X2]=E[X12+X1X2++X1Xn+X2X1+X22+]=n(n1)p2+npE[X1]2=pVar[X1]=pp2Var[X1+X2++Xn]=n(pp2)
Henry

Réponses:

25

Une variable aléatoire prenant les valeurs 0 et 1 avec des probabilités P ( X = 1 ) = p et P ( X = 0 ) = 1 - p est appelée variable aléatoire de Bernoulli avec le paramètre p . Cette variable aléatoire a E ( X )X01P(X=1)=pP(X=0)=1pp Supposons que vous ayez un échantillon aléatoireX1,X2,,Xnde taillen àpartir deBernoulli(p), et définir une nouvelle variable aléatoireY=

E(X)=0(1p)+1p=pE(X2)=02(1p)+12p=pVar(X)=E(X2)(E(X))2=pp2=p(1p)
X1,X2,,XnnBernoulli(p)Y=X1+X2++Xn, then the distribution of Y is called Binomial, whose parameters are n and p. The mean and variance of the Binomial random variable Y is given by
E(Y)=E(X1+X2++Xn)=p+p++pn=npVar(Y)=Var(X1+X2++Xn)=Var(X1)+Var(X2)++Var(Xn) (as Xi's are independent)=p(1p)+p(1p)++p(1p)n (as Xi's are identically distributed)=np(1p)
L.V.Rao
la source
1
How does this answer the question, which was "Where does the extra n go?"?
amoeba says Reinstate Monica
@amoeba Thank you very much for your comment. As OP could not distinguish between Bernoulli and Binomial random variables, I thought of reminding him the necessary definitions and the process of obtaining the required expressions.
L.V.Rao
1
I am just saying that your answer would (in my opinion) improve if you explicitly point out the mistake in OP's reasoning. Your answer derives the correct formulas, but does not show where OP went wrong.
amoeba says Reinstate Monica
@amoeba True. Giving some direction, making them correct themselves also helps sometimes.
L.V.Rao
11

Two mistakes in your proving process:

1: X in first paragraph has different definition comparing with X in the rest of article.

2: Under the condition that X ~ Bin(p,n), E(X2)E(X). Try to work from E(X2)=(x2Pr(X=x))

user158565
la source
2
If you like making your eyes bleed, I transcribed a lot of my notes from grad school. This particular link shows the derivation of E(X) and E(X^2) nutterb.github.io/ItCanBeShown/…
Benjamin