Probability Applications Flashcards
Discrete random variable
A random variable that can take on at most a countable number of possible values.
Random Variable
a quantity whose future outcomes are uncertain
Continuous random variable
A random variable for which the range of possible outcomes is the real line (all real numbers between −∞ and +∞ or some subset of the real line).
Probability function
A function that specifies the probability that the random variable takes on a specific value.
Probability density function
A function with non-negative values such that probability can be described by areas under the curve graphing the function.
Cumulative distribution function
A function giving the probability that a random variable is less than or equal to a specified value.
Bernoulli random variable
A random variable having the outcomes 0 and 1.
n = 1: Y ~ B(1, p).
Binomial random variable
The number of successes in n Bernoulli trials for which the probability of success is constant for all trials and the trials are independent.
a binomial random variable is completely described by two parameters, n and p. We write
X ~ B(n,p)
Probability function for a binomial random variable
x n-x
=n!/(n−x)!x! [p (1−p) ]
Variance of Bernoulli random variable
p(1 − p)
Variance of binomial random variable
np(1 − p)
Mean of a continuous random variable
μ = (a + b)/2
Variance of a continuous random variable
σ2 = (b − a)2/12.
Defining characteristics of a normal distribution
The normal distribution is completely described by two parameters—its mean, μ, and variance, σ2. We indicate this as X ~ N(μ, σ2) (read “X follows a normal distribution with mean μ and variance σ2”). We can also define a normal distribution in terms of the mean and the standard deviation, σ (this is often convenient because σ is measured in the same units as X and μ). As a consequence, we can answer any probability question about a normal random variable if we know its mean and variance (or standard deviation).
The normal distribution has a skewness of 0 (it is symmetric). The normal distribution has a kurtosis (measure of peakedness) of 3; its excess kurtosis (kurtosis − 3.0) equals 0.17 As a consequence of symmetry, the mean, median, and the mode are all equal for a normal random variable.
A linear combination of two or more normal random variables is also normally distributed.
Normal density function
f(x)=( 1/σ√2π ) exp( −(x−μ)2 / 2σ2 ) for −∞<+ ∞