Discrete Random Variables Flashcards
What is a random variable?
The value of a variable that is the outcome of an experiment.
What is the difference between X and x
X are used for the random variable and x is a particular value of the random variable X
What is another way of writing P(X=x)?
p(x)
What does P(X=x) refer to?
The probability that X is equal to a particular value x.
What is a continuous random variable?
A variable where the outcome can be any value on a continuous scale.
What is a discrete random variable?
A variable that only takes values on a discrete scale.
What does a probability distribution table show?
The probability of each outcome of an experiment.
What is the symbol for a cumulative distribution function?
F(x) = P(X=x)
What is E(aX+b) equal to?
E(aX+b) = aE(X)+b
Where a and b are constants
What is Var(aX+b) equal to?
Var(aX+b) = a^2 x Var(X)
What is Var(X) equal to?
Var(X) = E(X^2) - [ E(X) ]^2
What is a discrete uniform distribution?
Where all the probabilities are uniform (the same) and the values are discrete.
How can the expected value and variance for a discrete uniform distribution be calculated?
E(X) = (n+1)/2
Var(X) = (n+1)(n-1)/12
State the two conditions for a discrete uniform distribution.
1) each value is equally likely
2) a discrete random variable X is defined over a set of n distinct values.