AP Stat Ch 6 Flashcards
Discrete random variable
A random variable is discrete if its set of possible values is a collection of isolated points on the number line. A discrete random variable has a countable number of possible values.
Random variable
A numerical variable whose value depends on the outcome of a chance experience.
Properties of a discrete random variable, X
0<=P(X)<=1
Sum of P(X)=1
Continuous random variable
A random variable is continuous if it’s set of possible values includes an entire interval on the number line. The probability distribution of X is described by a density curve. The probability of any event is the area under the density curve and above the values of X that make up the event.
Properties of density functions
- f(x)>= 0
- Total area under curve = 1
- Probability that x falls in any particular interval is e area under curve in that interval
How to calculate z score
Z = X- mean / standard deviation
Discrete vs continuous random variable
Discrete you can count whereas continuous almost always occur when we are measuring
Mean of a random variable / expected variable
Mu sub x, described where the probability distribution of X is centered. The mean is an average of all possible values of X, but not all outcomes need to be equally likely.
Mean of discrete random variable
Mean equals the sum of the x’s times their probabilities
0(.3)+1(.4)+2(.2)+3(.1) = mean
Standard deviation of a random variable
Standard deviation of a random variable, denoted sigma sub x, describes the variability in a probability distribution. When sigma is small, then the observed values of X will be closer to the mean value (little variability) and when sigma is large, there will be more variability (spread) in the observed X values.
Use sigma, not s, because we are not calculating standard deviation of a sample
Formula for standard deviation of a secrete random variable
SQRT (sum of (x-mean)^2 (P(X))) = SQRT ((X1-mean)^2 (P(X1)) + (x2-mean)^2 (P(X2)) + …
Finding values within one or two standard deviations of mean
Be sure to appropriately “round”
Say interval is (9.03,16.67)–> don’t include 9 or 17 because not in interval
So it is (10,16)
Mean of a linear function
Mu sub y = a + b (mu x) where
Note that y = a + bx
Standard deviation of linear function
Standard deviation sub y = abs (b) * sigma sub x
Where b is the slope of the linear function
Mean and variance of a combination of random variables
If adding them, then you also add the means
If subtracting them, then you also subtract the means
Regardless of adding or subtracting, to get standard deviation –>
SQRT (sigma 1 ^ 2 + sigma 2 ^ 2)
Note: sigma formula only works when X and y are independent. The correlation between two indepdent random variables is zero.