Friday, December 15, 2006

Reviewing for the 1st Semester Final

Heard in passing today:

Hang up. Log off. Study.

OK, if you log off you can't blog with the APSTAT crowd.

*** What are the most important concepts from each chapter?
*** What are the parts that you still don't understand?

HW: Write down the three most important from each chapter, 1-7. Due Monday.

*** CiCi's on Sunday.
*** Review sessions Monday 8-9PM for 5th and 6th periods, Tuesday 8-9 PM for 1st and 7th periods.

*** I have a meeting Monday morning. I will get to the MU as soon as possible.

*** Yes, we are having classes in 1st and 7th periods on Tuesday!

Post away, my statty friends.

Thursday, December 07, 2006

Chapter 7 Random Variables

This chapter prepares us to work with distributions of random variables and to find their measures of center and spread.

E[X] = the sum of (x * P(x) for all values of x).

The rules for means are straight-forward. The expected value of a random variable, E[X], is the mean, commonly called mu. The mean of the sum of random variables is the sum of the means. The mean of the difference of random variables is the difference of the means. The E[aX] = a*E[X]. The expected value of a constant is just that constant.

Really complex example: E[aX + bY + c] = a*E[X] + b*E[Y] + c.


When you work with measures of spread you have to be more careful! You cannot add standard deviations. You must work with their squares--the variances.


Var[X] = the sum of ((x-mu)^2 * P(x) for each value of x)


= E[X^2] - (E[X])^2


The Var[aX + b] = a^2 * Var[X]. The constant, b, does not vary, so it contributes NOTHING to the variance.


Now, IF X AND Y ARE INDEPENDENT (THAT"S A BIG IF!!!!!!), then Var(X + Y) = Var(X) + Var(Y). If they are NOT independent, then there is some covariance factor which could be increasing or decreasing the variance. The covariance concept is beyond the scope of this course.

That covariance thing is why we can't calculate the variance of the sum of the math and verbal portions of the SAT directly. We know that these scores are not independent.

Examples from class:

X={1, 11}, Y={-4, 20}, X+Y={-3, 7, 21, 31}

Find the variance of each set and look for a pattern.

Here's another:
X={1, 15}, Y={-4, 44}, X+Y={-3, 11, 45, 59}

Can you create two sets which, when added together, have a variance of 100?