0% found this document useful (0 votes)
16 views2 pages

Probability Distributions Explained

The document outlines key probability distributions including the Binomial, Multinomial, Poisson, and Hypergeometric distributions, providing their formulas and definitions for variables involved. It details the calculations for mean and variance for the Binomial and Poisson distributions. Each distribution is explained with its respective formula and parameters necessary for computation.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views2 pages

Probability Distributions Explained

The document outlines key probability distributions including the Binomial, Multinomial, Poisson, and Hypergeometric distributions, providing their formulas and definitions for variables involved. It details the calculations for mean and variance for the Binomial and Poisson distributions. Each distribution is explained with its respective formula and parameters necessary for computation.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

MODULE 6 – PROBABILITY DISTRIBUTIONS

BINOMIAL DISTRIBUTION
Formula:

P(X = x) = n! / [x!(n − x)!] × p■ × q■■■

Where:

n = number of trials
x = number of successes
p = probability of success
q = 1 − p = probability of failure

Mean: µ = np
Variance: σ² = npq

MULTINOMIAL DISTRIBUTION
Formula:

P(X■ = x■, X■ = x■, …, X■ = x■) = n! / (x■!x■!…x■!) × p■■¹ × p■■² × … × p■■■

Where:

n = x■ + x■ + … + x■
p■ + p■ + … + p■ = 1

POISSON DISTRIBUTION
Formula:

P(X = x) = (e^(−λ) × λ■) / x!

Where:

λ = np
e = 2.71828

Mean: µ = λ
Variance: σ² = λ

HYPERGEOMETRIC DISTRIBUTION
Formula:

P(X = x) = [C(K, x) × C(N − K, n − x)] / C(N, n)


Where:

N = population size
K = number of successes in population
n = sample size
x = number of successes in the sample

You might also like