Discrete Distributions Flashcards
What is negative binomial distribution?
Negative binomial distribution is a distribution of the fixed number of trials required to obtain r successes, where r > 2
What is the formula for probability for negative binomial?
Where x = number of failures (i.e. number of trials minus number of success), r = number of successes, p = probability of one success.
What is the formula for conditional density function of x?
f(x|y) = f(x, y)/f(y) , where f(y) is the marginal density function
What is the formula for conditional density function of y?
f(y|x) = f(x, y)/f(x) , where f(x) is the marginal density function of x
What is the formula for moment about the origin?
(Σxr)/N
N = number of terms, r = whether it be first, second, third, etc, moment.
What is the formula for moment about the mean?
Σ(x - x̄)r/N
Where x̄ = mean of values,
N = number of terms
r = first, second, etc, moment
What is the formula for moment about an arbitrary value?
Σ(x - b)r/N
b = arbitrary value
What are the properties of moments?
If m” = moment about the mean, mk = moment about arbitrary value, m = moment about origin, then:
- m”2 = m2 - (m1)²
- If x̄ = b = 0:
2.a. m2 = m”2 = mk 2, and
2.b. m1 = m”1 = mk 1 - m1 = m”1 if x̄ = b
Where b is an arbitrary value.
What is the formula for hypergeometric distribution?
This.
Where n = number of the selected/sample size
N = total size out of which n is selected
a = number of success in N/population
x = number of success in n (sample size)
What is the formula for expectation in hypergeometric distribution?
E(X) = n • (a/N)
Where n = number of the selected/sample size
N = total size out of which n is selected
a = number of success in N/population
x = number of success in n (sample size)
What is the expectation of binomial distribution?
E(X) = np,
p = probability of event occuring,
n = sample size
What is the key factor of Hypergeometric distribution?
It is a distribution whose events are without replacement, meaning they are not independent of one another.
What is the formula for probability of a Poisson distribution?
P(x) = λX • (e–λ / X!)
λ = mean
X = amount we are checking the probability for