Query regarding Independent and Identically Distributed random variables

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
3 replies · 5K views
maverick280857
Messages
1,774
Reaction score
5
Hi

I have a question regarding i.i.d. random variables. Suppose [itex]X_1,X_2,\ldots[/itex] is sequence of independent and identically distributed random variables with probability density function [itex]f_{X}(x)[/itex], mean = [itex]\mu[/itex] and variance = [itex]\sigma^2 < \infty[/itex].

Define

[tex]Y_{n} = \frac{1}{n}\sum_{i=1}^{n}X_{i}[/tex]

Without knowing the form of [itex]f_{X}[/itex], how does one prove that [itex]var(Y_{n}) = \sigma^2/n[/itex]?

I suppose this is a standard theorem/result, but any hints/ideas to prove this would be appreciated.

Thanks.
 
Physics news on Phys.org
var(Yn)=E(Yn2)-E(Yn)2

Plug in the series for Yn and expand, using the fact the E(sum)=sum(E) and E(prod of ind. rv)=prod of E's., it will all work out. Note that all you needed was independence and the fact that the mean and variance was the same for all. The distributions could have been different.
 
Thanks mathman :smile:
 
Can also be done as follows:

If [itex]T = \sum_{i=1}^{n}a_{i}X_{i}[/itex] then [itex]Var(T) = \sum_{i=1}^{n}a_{i}^2Var(x_{i})[/itex], which gives

[tex]Var(Y_{n}) = \sum_{i=1}^{n}\frac{1}{n^2}Var(x_{i}) = \frac{\sigma^2}{n}[/tex]

Edit: need only the independence of the random variables
 
Last edited: