document.write( "Question 1164707: Five observations have been drawn independently and at random from
\n" );
document.write( "a continuous distribution. What is the probability that the next observation
\n" );
document.write( "will be less than all of the first five? \n" );
document.write( "
Algebra.Com's Answer #853525 by CPhill(2189) You can put this solution on YOUR website! This is a classic problem in **non-parametric statistics** and **symmetry**. Because the observations are drawn from a continuous distribution, the probability that any two observations are exactly equal is zero.\r \n" ); document.write( "\n" ); document.write( "### The Symmetry Argument\r \n" ); document.write( "\n" ); document.write( "When you have a set of independent and identically distributed (i.i.d.) random variables, every possible ordering of those variables is **equally likely**.\r \n" ); document.write( "\n" ); document.write( "1. Let the first five observations be . \n" ); document.write( "2. Let the next observation be . \n" ); document.write( "3. We now have a total of **6 observations** in our set.\r \n" ); document.write( "\n" ); document.write( "In a set of 6 independent observations from the same continuous distribution, any one of them is just as likely to be the \"minimum\" as any other.\r \n" ); document.write( "\n" ); document.write( "### Calculation\r \n" ); document.write( "\n" ); document.write( "Since there are 6 observations and each has an equal chance of being the smallest value:\r \n" ); document.write( "\n" ); document.write( "* The probability that is the smallest is . \n" ); document.write( "* The probability that is the smallest is . \n" ); document.write( "* ...and so on.\r \n" ); document.write( "\n" ); document.write( "The probability that the **next observation ()** is the smallest (less than all of the first five) is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "**The probability is 1/6 (or approximately 0.1667).**\r \n" ); document.write( "\n" ); document.write( "---\r \n" ); document.write( "\n" ); document.write( "### Key Intuition\r \n" ); document.write( "\n" ); document.write( "It does not matter what the actual distribution is (Normal, Uniform, Exponential, etc.). As long as the observations are independent and come from the same continuous distribution, the \"rank\" of the sixth observation is distributed uniformly among the possibilities .\r \n" ); document.write( "\n" ); document.write( "Would you like to see how this probability changes if we were looking for the probability that the sixth observation is the *median* instead of the *minimum*? \n" ); document.write( " |