Serving the Quantitative Finance Community

 
User avatar
VinceMancini
Topic Author
Posts: 0
Joined: January 14th, 2003, 7:22 am

distribution of random variables

November 23rd, 2003, 6:06 am

A simple question for most of you chaps: say we have X1, X2, ...........XN taken from a population whose pdf is (say) a Gamma dist'n. Can we say anything at all about the pdf of the individual random variables ......... the pdf of X1 ?
 
User avatar
VinceMancini
Topic Author
Posts: 0
Joined: January 14th, 2003, 7:22 am

distribution of random variables

November 24th, 2003, 9:30 am

anybody ?
 
User avatar
Marsden
Posts: 1340
Joined: August 20th, 2001, 5:42 pm
Location: Maryland

distribution of random variables

November 24th, 2003, 12:59 pm

If the Xi-s are chosen randomly and not ordered, then don't they each just have the same distribution as the population?
 
User avatar
MikeM
Posts: 0
Joined: March 12th, 2003, 2:23 pm

distribution of random variables

November 24th, 2003, 1:35 pm

I like Marsden's answer. ...You could also apply the central limit theorem to some sample statistic, e.g. SUM[Xi - Mean(i)]/sqrt(SUM[var(i)])) approaches a normal distribution.
Last edited by MikeM on November 23rd, 2003, 11:00 pm, edited 1 time in total.
 
User avatar
VinceMancini
Topic Author
Posts: 0
Joined: January 14th, 2003, 7:22 am

distribution of random variables

November 25th, 2003, 5:25 am

Last edited by VinceMancini on November 24th, 2003, 11:00 pm, edited 1 time in total.
 
User avatar
VinceMancini
Topic Author
Posts: 0
Joined: January 14th, 2003, 7:22 am

distribution of random variables

November 25th, 2003, 5:31 am

QuoteOriginally posted by: MikeMI like Marsden's answer. ...You could also apply the central limit theorem to some sample statistic, e.g. SUM[Xi - Mean(i)]/sqrt(SUM[var(i)])) approaches a normal distribution.yes, but that would be a statistic pdf , not applicable to an individual random variable pdf. for example using CLT the pdf of the sample mean will be approximately normal, but the random variable pdf can be anything at all.
 
User avatar
VinceMancini
Topic Author
Posts: 0
Joined: January 14th, 2003, 7:22 am

distribution of random variables

November 25th, 2003, 5:31 am

QuoteOriginally posted by: MarsdenIf the Xi-s are chosen randomly and not ordered, then don't they each just have the same distribution as the population?thats what I thought. thank you Marsden, MikeM.