Statistics - Distributions Flashcards
What is P(X = x)?
Probability of random variable X takes the value x
What is a random variable?
Variable whose value depends on the outcome of a random events
Showed by capital letter e.g X or Y
How can you write the sum of all probabilities?
Sum of P(X = x) = 1
What is a discrete random variable?
A value which can take a certain number of different values with different probabilities
What is a probability distribution?
A table which shows all possible values it can take and the probability that it takes each value
What is the notation for a discrete random variable?
X (uppercase)
What is the notation for particular values that X can be represented by?
x (lowercase)
What is a probability function?
Formula that generates the probability of X taking the value x
Written as P(X=x)
What is the cumulative distribution function?
Probability that X will be less than or equal to a particular value of x
How is the cumulative distribution function calculated?
Add up all of the values X can take which are less than or equal to the value of x
How many orders can things be if some are the same?
n objects, of which x are identical
Arranged in n!/x!
When does a random variable X follow a binomial distribution?
Fixed number of (n) trials
Each trial involves either success or failure
All trials are independent
Probability of success is the same in each trial
The variable is the total number of successes in n trials
How can a binomial distribution be written with X?
X~B(n,p)
X - random variable
n - number of trials
p - probability of “success”
How would you approach P( 3 <= X <= 5)?
P( 3 <= X <= 5) = P(X<=5) - P(X<=2)
How would you approach P(X<7) ?
P(X<7) = P(X<=6)