Summing X_i with Binomial Distribution: What is the Problem?

  • Context: Graduate 
  • Thread starter Thread starter autobot.d
  • Start date Start date
  • Tags Tags
    Class
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
5 replies · 2K views
autobot.d
Messages
67
Reaction score
0
What kind of problem is this?
[itex]X_i \textrm{are iid with known mean and variance, } \mu \textrm{ and } \sigma ^2 \textrm{respectively. }[/itex]
[itex]m \sim \textrm{Binomial(n,p), n is known.}[/itex]

[itex]S = \sum^{m}_{i=1} X_i[/itex]

How do I work with this? This what I have thought of.

[itex]S = \sum^{m}_{i=1} X_i = mX_1 \textrm{(since iid)}[/itex]
so for the mean of S
[itex]\bar{S} = \bar{mX_i} = np \mu ?[/itex]
or to find mean of S use expected value
[itex]E(S) = E(mX_i) = E(mX_1) \textrm{ (since iid)}[/itex]
but then what?

Any help would be appreciated. I am guessing this kind of problem has a name?

Thanks.
 
Physics news on Phys.org
I am missing the problem statement - what are you supposed to do? Calculate mean and variance of S?

As the X_i are independent, their sum is not the same as m times X_1 (this would need 100% correlation),
You can use the mean for X_i in your expression for the mean of S. The result for the mean is right, but you have to fix the calculation steps - otherwise you run into problems with the variance.
 
But what about the fact that the m in the summation limit is Binomially distributed? I do not understand what that does? Thanks.
 
You can express this as "f0 probability that 0 X_i are added, f1 probability that 1 X_i is added, ...", calculate the variance in each of those cases, and combine them afterwards.
For the expectation value, this does not matter, you can take the expectation value of both separately as all X_i have the same distribution.
 
so for "f0 probability that 0 X_i are added", and assuming f0 = [itex]{0 \choose n}p^0(1-p)^{n}=(1-p)^n[/itex]

and so on, then what do I do with all the f0, f1, ...
is the average like a weighted average

pretty lost so any help is greatly appreciated. Thanks.