Probability model
A representation of a random event that lists all possible outcomes and their associated probabilities
Random Variable
Variable that take on numeric values that describe the outcome of a chance process
Probability Distribution
Of a random variable gives the possible values and probabilities
Discrete random variable
Random variable that takes on a fixed list of values
Mean (Expected Value) of a discrete random variable
To find mean of x, multiply each possible value of x by its probability then add all products
SEE PAGE 2
Standard deviation
Measures how much the values of a random variable differ from the mean
SD of x = square root sigma (xi - M) squared x P
Use 1 var stats
SEE PAGE 4
Tech tip
Use 1 var stats
Frequency list has to be the probabilities list
AP Exam tip
To earn full credit you MUST show numerical values substituted for 1st few terms
Continuous random variables
Can take on ANY value in an interval or range of numbers
The probability distribution of a continuous random variable is modeled by a density curve
Adding the same positive number a to (subtracting from) each value of a random variable
Adds a to measures of center and location
Does NOT change measures of spread
Does NOT change shape
Effect of multiplying/dividing a constant
Multiplies measures of center and location by that constant
Multiplies measures of spread by that constant
Does NOT change shape
Linear transformations
If y=a + bx and x and y are random variables then
Mean of y = a + b times mean of x
This is doing 2 transformations at the same time
SEE PAGE 8
Mean (expected value) of a sum of random variables
Mean sum = Mean x + y = Mean X + Mean Y
Can apply to ANY # of random variables
SEE PAGE 12
Mean (expected value) of a difference of random variables
Mean Difference = Mean x - y = Mean of x - Mean of y
SEE PAGE 12
Standard deviation of the sum/difference of two random variables
Sum & Difference:
SD of s squared = SD of x squared + SD of y squared
Variances add NOT SD’s
How to calculate probability of greater or less than x
P(X > 7)= P(X=8) + P(X=9) + P(X=10)
Scale for Apgar score is /10
SEE PAGE 1
How to find shape with median and mean
Mean = Median = Symmetric
Mean > Median = Skewed Right
Mean < Median = Skewed Left
Binomial setting
When we perform “n” independent trials of the same chance process and count the # of times a “success” occurs
Conditions for a Binomial Setting
B - Binary - possible outcomes placed into 1/2 categories, “success” or “failure”
I - Independent - Trials must be independent ( knowing outcome of one trial does not tell us info about next )
N - Number of Trials - Must be FIXED in advance
S - Same Probability - Prob of success must be the same on every trial
Binomial Random Variable
The # of successes “x” in a binomial setting (ex. 1,2,3 … n) this is a discrete random variable
Binomial Distribution
Prob dist of x in a binomial setting
Defined by 2 #’s
n= number of trials
p= prob of success
Binomial coefficient
Tells us arrangement of x successes among n trials
nCx= n!/x!(n-x)
! = factorial (multiply every number below that down to one, ex. 5! =5x4x3x2x1)
Binomial Probability Formula
P(x=x) =nCx (P) to the power of x
Times (1-p) to the power of n-x
n= number of trials
p= prob of success
x= # of successes
Using calc
Binomialpdf - Finds the prob of exactly x successes in n trials
Binomialcdf - Finds the prob of at Most x successes in n trials