Chapter 5 Flashcards
Random variable
A variable whose value is determined by the outcome of a random experiment.
Can take on a countable number of distinct values.
Not infinite = could put it in a table.
Continuous random variables
A variable that can be exactly put in a chart.
Probability distribution of a random variable
Describes how the probabilities are distributed over all possible values.
Mean of a discrete random variable
Represents the long-run average outcome of the random variable over many trials or observations.
u = E(X) = (sum of x’s)(P(x))
This is a weighted average (weights are probabilities)
Steps to find the mean/ expected value of a discrete random variable:
- List the possible values of the discrete random variable
- Find the probability associated w/ each possible value
- Multiply each value of the Random variable by its corresponding probability
- Sum all the products to get the mean/expected value.
Variance of a discrete random variable
Measures the spread of its probability distribution.
o squared = sum of x squared x P(x) - mean squared
Standard deviation of a discrete random variable
Take the square root of the variance.
3 common discrete random variables
- binomial
- Hypergeometric
- Poisson
4 conditions of a binomial experiment
- There are identical n “trials”
- Each trial only has 2 possible outcomes trial
- Probabilities for the 2 outcomes remain constant for each trial
- The trials are independent
Binomial probabilities
Let x be a random variable that counts the number of “successful” trials.
P(x) = (nCx) (p to the power of x) (q to the power of n - x)
n = total number of trials
p = probability of success
q = p - 1
x = number of successes in n trials
Table of binomial probabilities
You can use a table to calculate binomial probabilities for common P values.
Shape of the binomial distributions
Symmetric if P = 0.5
Right-skewed if p<0.5
Left-skewed if P > 0.5
Mean of the binomial distribution
u = np
n = number of trials
p = probability
Variance of a discrete random variable
o squared = npq
n = number of trials
p = probability
q = p - 1
Hypergeometric distribution
Involves drawing a sample with out replacement from a finite population.