Statistical Distributions Flashcards
What is a discrete random variable?
A variable that can take a certain number of different values with different probabilities.
What is a probability distribution?
A table showing all the possible values a discrete random variable can take and the probability that it takes them.
How is a discrete random variable represented?
Usually as an upper case letter such as X.
How are the particular values of X represented?
With a lower case version of the letter such as x.
What is a probability function?
A formula that generates the probability of X taking the value x or every possible x.
How is a probability function written?
P(X=x)
What is the sum of all possible values that a discrete random variable can take?
1
What is a uniform distribution?
A random variable where every possible value of X is equally likely.
What is the cumulative distribution function?
A function that gives the probability that X will be less than or equal to a particular value of x.
How is the cumulative distribution function written?
F(x) or P(X <= x)
How do you find F(x) for a given value of x?
Add up all the probabilities of X less than or equal to x.
How do you work out the number of ways that n objects where x are identical can be arranged?
n!/x!
How do you work out the number of ways that n objects can be arranged where there are only two types of objects; x of one type and (n-x) of the other?
n!/(x!(n - x)!)
What is the binomial coefficient?
n!/(x!(n - x)!) or nCr
What do you use the binomial coefficient to work out?
The number of ways to arrange x successes and (n - x) failures for a trial that can result in either success of failure.