Proving Binomial Distribution Expected Value & Variance

  • Context: Undergrad 
  • Thread starter Thread starter Yulia_sch
  • Start date Start date
  • Tags Tags
    Binomial Density
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Yulia_sch
Messages
3
Reaction score
0
hello,

i need to prive that for a binomial r.v X E[X]=NP and VAR(X)=NP(1-P).

I tried to prove it using the deffinition of expectation:

E[x]=[tex]\sum xi \stackrel{N}{i} p^{i}(1-p)^{n-i}[/tex]

now what?

thanks...
 
Physics news on Phys.org
Yulia_sch said:
hello,

i need to prive that for a binomial r.v X E[X]=NP and VAR(X)=NP(1-P).

I tried to prove it using the deffinition of expectation:

E[x]=[tex]\sum xi \stackrel{N}{i} p^{i}(1-p)^{n-i}[/tex]

now what?

thanks...
E[x]=[tex]\sum xi \stackrel{N}{i} p^{i}(1-p)^{n-i}[/tex] is incorrect. Should be:
E[x]=[tex]\sum i \stackrel{N}{i} p^{i}(1-p)^{n-i}[/tex]

For the second moment replace i by i2.
 
One more comment: to help with the variance, instead of calculating

[tex] E[X] = \sum i^2 \binom{N}{i} p^i (1-p)^{n-i}[/tex]

calculating

[tex] E[X (X-1)] = \sum i(i-1) \binom{N}{i} p^i (1-p)^{n-i}[/tex]

will make the algebra required to work with the summation simpler.

Since

[tex] E[X(X-1)] = E[X^2] - E[X][/tex]

this, and the mean, will allow you to find the variance.