Eu não entendo a variação do binômio


13

Eu me sinto muito idiota mesmo fazendo uma pergunta tão básica, mas aqui vai:

Se eu tiver uma variável aleatória X que podem assumir valores 0 e 1 , com P(X=1)=p e P(X=0)=1p , então se eu desenhar n amostras fora dele, eu vou chegar uma distribuição binomial.

A média da distribuição é

μ=np=E(X)

A variação da distribuição é

σ2=np(1p)

Aqui é onde meu problema começa:

A variação é definida por . Como o quadrado dos dois possíveis resultados X não muda nada ( 0 2 = 0 e 1 2 = 1 ), isso significa E ( X 2 ) = E (σ2=E(X2)E(X)2X02=012=1 , então isso significaE(X2)=E(X)

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

Onde é que o extra de ir? Como você provavelmente pode dizer que eu não sou muito bom em estatísticas, não use terminologia complicada: sn


1
Se e estes são independentes, então 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 +X=X1+X2++XnE[X2]=E[X12+X1X2++X1Xn+X2X1+X22+]=n(n1)p2+np . Mas uma rota ainda mais fácil é então V a r [ X 1 ] = p - p 2 , com independência V a r [ X 1 + X 2 + + X n ] = n ( p - p 2 )E[X1]2=pVar[X1]=pp2Var[X1+X2++Xn]=n(pp2)
Henry

Respostas:


25

Uma variável aleatória tendo valores de 0 e 1 , com probabilidades P ( X = 1 ) = p e P ( X = 0 ) = 1 - p é chamada uma variável aleatória de Bernoulli com parâmetro p . Essa variável aleatória possui E ( X )X01P(X=1)=pP(X=0)=1pp Suponha que você tenha uma amostra aleatóriaX1,X2,,Xndo tamanhondeBernoulli(p), e definir uma nova variável aleatóriaY=

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)

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))


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
Ao utilizar nosso site, você reconhece que leu e compreendeu nossa Política de Cookies e nossa Política de Privacidade.
Licensed under cc by-sa 3.0 with attribution required.