Common Probability Distributions Flashcards
Describes the probabilities of all possible outcomes for a random variable
Probability Distribution
The number of possible outcomes that can be counted , and for each possible outcome, there is a measureable and positive probability
Discrete Random Variable
A variable which the number of possible outcomes is infinite, even if lower and upper bounds exist.
Continuous Random Variable
A function that defines the probability that a random variable, X, takes on a value equal to or less than a specific value, X.
Cumulative Distribution Function
*F(x) == P(X<=x)
A variable for which the probabilities of all possible outcomes for a discrete random variable are equal
Discrete Uniform Random Variable
The number of “successes” in a given number of trials, where the outcome is either a success or a failure. (The trials must be independent.)
Binomial Random Variable
Calculation for the probability of x successes in n trials (in a Bernoulli random variable)
p(x) = (n!)/((n-x)!x! * (p^x*(1-p)^(n-x))
Expected Value for Bernoulli Random Variable
E(x) = n * p
Variance of a Binomial Random Variable
Var(X) = (n*p) * (1-p)
A distribution defined over a range that spans between a lower limit, a, and upper limit, b, which serve as parameters of the distribution.
Continuous Uniform Distribution
Properties of Continuous Uniform Distribution
*a<= x1<= x2<= b
**P(x<a> b) = 0
*** P(x1 < x < x2) = (x2-x1) / (b-a)
</a>
Properties of a Normal Distribution
- X is normally distributed with mean,u, and variance, sigma^2
- Skewness = 0, Mean = Median = Mode
- ** Kurtosis = 3
- *** A linear combination of normally distributed random variables is also normally distributed.
- ** The probabilities of outcomes further above and below the mean get smaller and smaller, but do not go to zero.
A distribution the specifies the probabilities associated with a group of random variables and is meaningful only when the behavior of each random variable in the group is in some way dependent on the behavior of the others.
Multivariate Distribution
Confidence Interval Ranges
90% C.I. is x +/- 1.65 sd
95% C.I. is x +/- 1.96 sd
99% C.I. is x +/- 2.58 sd
A normal distribution that has been standardized so that it has a u = 0, and sigma = 1.
Standard Normal Distribution
* z = (x - u) /sigma