Actuarial Outpost
 
Go Back   Actuarial Outpost > Exams - Please Limit Discussion to Exam-Related Topics > SoA/CAS Preliminary Exams > Exam 3/MLC - Actuarial Models
FlashChat Actuarial Discussion Preliminary Exams CAS/SOA Exams Cyberchat Around the World Suggestions

DW Simpson Global Actuarial Recruitment

Reply
 
Thread Tools Display Modes
  #1  
Old 06-15-2007, 12:13 AM
Sujeeva Fernando Sujeeva Fernando is offline
Member
 
Join Date: Jun 2007
Posts: 141
Default Independent and Idetically Distributed...

What is the real meanning of the following statement?
"X and Y are independent and identically distributed"
If one can explain by taking an examle, I really appreciate.
Reply With Quote
  #2  
Old 06-15-2007, 12:31 AM
its_me its_me is offline
Member
 
Join Date: Jan 2003
Location: AO
Posts: 1,770
Default

For 2 variables X & Y, it means X & Y are independant of each other
( ie.cov(X,Y)=0 ) And X & Y have the same pdf.
If X & Y are iid N(mu, sigma)
It means X & Y are mutually indept and X~N(mu,sigma) and Y~N(mu,sigma)

An example could be rolliing of an fair die & observing the outcomes
__________________
Everyone dreams. Some people are just more active participants.
Reply With Quote
  #3  
Old 06-15-2007, 12:33 AM
Macroman's Avatar
Macroman Macroman is offline
Member
 
Join Date: Sep 2001
Location: you know where
Favorite beer: Mountain Dew
Posts: 3,692
Default

Independent means that one outcome is independent of other outcomes. If we roll a die or toss a coin the probability of successive outcomes is independent of previous outcomes.

For a fair coin suppose 2 sequences of 5 tosses:

HTHHT

HHHHH

In each case the probability that the next toss is heads is 1/2, independent of the previous outcomes. Also the distribution of each toss is the same as all the others, each time we have 50% probability of heads and 50% probability of tails, that's identically distributed.
__________________
mamenzie@hotmail.com
Reply With Quote
  #4  
Old 06-15-2007, 12:41 AM
Sujeeva Fernando Sujeeva Fernando is offline
Member
 
Join Date: Jun 2007
Posts: 141
Default Further...

Thank You very much...
If X and Y are iid, can one say P(X>Y)=P(X<=Y)=1/2?

If one can justify it is great.
Reply With Quote
  #5  
Old 06-15-2007, 06:46 AM
Gandalf's Avatar
Gandalf Gandalf is offline
Site Supporter
Site Supporter
SOA
 
Join Date: Nov 2001
Location: Middle Earth
Posts: 26,452
Default

If X and Y are independent and identically distributed, then P(X>Y) = P(X<Y) by symmetry.
If X and Y are continuous random variables, then P(X=Y) = 0.
Therefore, if X and Y are continuous random variables which are independent and identically distributed, then P(X>Y) = P(X<=Y) = 1/2 [since P(X<Y) + P(X>Y) + P(X=Y) = 1; P(X>Y) = P(X<Y); and P(X=Y) = 0]

if X and Y are discrete random variables which are independent and identically distributed, then P(X>Y) = P(X<=Y) <> 1/2. E.g., in its_me's dice example with two dice, it is equally likely which is larger when they are unequal, but they are equal with probability 1/6, so P(X>Y) = 5/12.
Reply With Quote
  #6  
Old 06-15-2007, 09:05 AM
jason. jason. is offline
Member
 
Join Date: Feb 2007
Studying for CFA II
Favorite beer: Samuel Smith Old Brewery Pale Ale
Posts: 888
Exclamation

Quote:
Originally Posted by its_me View Post
For 2 variables X & Y, it means X & Y are independant of each other
( ie.cov(X,Y)=0 ) And X & Y have the same pdf.
Be careful here: It is true that if and are independent then but the converse is not true! For example, say that is with probability and with probability and set . Then but and are not independent.
Reply With Quote
  #7  
Old 06-15-2007, 09:10 AM
Kazodev's Avatar
Kazodev Kazodev is offline
Member
SOA
 
Join Date: May 2004
Posts: 3,393
Default

This might be worth a read http://en.wikipedia.org/wiki/Statistical_independence (as is this http://en.wikipedia.org/wiki/Indepen...ndom_variables)
Reply With Quote
  #8  
Old 06-16-2007, 10:11 AM
Sujeeva Fernando Sujeeva Fernando is offline
Member
 
Join Date: Jun 2007
Posts: 141
Default Symmetry..

Thank you all.....

Can any one prove that why the following statement is true?
(symmetrycity fact is not clear)

"If X and Y (continuous random variables) are independent and identically distributed, then P(X>Y) = P(X<Y) by symmetry".
Reply With Quote
  #9  
Old 06-16-2007, 10:18 AM
jason. jason. is offline
Member
 
Join Date: Feb 2007
Studying for CFA II
Favorite beer: Samuel Smith Old Brewery Pale Ale
Posts: 888
Default

Quote:
Originally Posted by Sujeeva Fernando View Post
Thank you all.....

Can any one prove that why the following statement is true?
(symmetrycity fact is not clear)

"If X and Y (continuous random variables) are independent and identically distributed, then P(X>Y) = P(X<Y) by symmetry".
and have the same distributions because and do too. If this isn't immediately obvious to you, you can compute the distribution of and using convolutions and you'll see that they are the same.
Reply With Quote
  #10  
Old 06-16-2007, 10:43 AM
Gandalf's Avatar
Gandalf Gandalf is offline
Site Supporter
Site Supporter
SOA
 
Join Date: Nov 2001
Location: Middle Earth
Posts: 26,452
Default

1/2 by symmetry just means you are doing to identical random experiment twice, independently. If the experiments are really independent and identical, half the time the first experiment will "win"; half the time the second will "win". Assuming they can't tie, isn't that obvious?

Mathematically, let f(x,y) be the joint density, which since independent must equal g(x)g(y) where g is the (identical) marginal density.

Assuming a and b are the lower and upper limits of the outcomes (which might be -infinity and infinity)

Pr(X>Y) =

Pr(Y>X) =

Either expression could equally well be written as
, so they must be equal.

We have P(X>Y) + P(Y>X) + P(X=Y) = 1; all possible outcomes have combined probability 1.
If (as is the case for continuous random variables) P(X=Y) = 0,
then P(X>Y) + P(Y>X) = 1.
Since, per above, they are equal, we have
P(X>Y) + P(X>Y) = 1,
so P(X>Y) = 1/2.
Since equal, P(Y>X) = 1/2.

Last edited by Gandalf; 06-16-2007 at 10:50 AM.. Reason: Changed "distribution" to "density" to be more precise
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT -4. The time now is 06:25 AM.


Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
*PLEASE NOTE: Posts are not checked for accuracy, and do not
represent the views of the Actuarial Outpost or its sponsors.
Page generated in 0.31646 seconds with 7 queries