Statistics

Spring 2016
course
navigation

March 10

aside

your game descriptions

games

online normal distribution resources

Practice calculating probabilities from the normal distribution, continuing our discussion from last time.
I encourage you to *make sketches* on a probability distribution of what you are trying to get, then plug numbers in.
The R functions you'll use most of the time for this stuff are :
pnorm(x, mean=..., sd=...) = total probability p from -inf to x qnorm(p, mean=..., sd=...) = x value such that prob -inf to x is p = pnorm_inverse
google "R online" , "normal distribution calculator"
Here is a summary and exercises : openintro chap 3.1 slideshow
Also work exercises 3.3 & 3.5 from OpenIntro stats in class
http://cs.marlboro.edu/ courses/ spring2016/statistics/ notes/ March_10
last modified Thursday March 10 2016 9:06 am EST