Probability and Statistics
What is Probability and Statistics?
The set of all possible outcomes of a random experiment.
Key formula / rule: Binomial Distribution Probability
Key points
- Understand fundamental probability concepts.
- Differentiate between discrete and continuous random variables.
- Apply basic probability distributions (Binomial, Poisson, Normal).
- Calculate measures of central tendency and dispersion.
Common exam trap
Confusing independent and dependent events.
Definitions
- Term
Sample Space
- Meaning
The set of all possible outcomes of a random experiment.
- Term
Event
- Meaning
A subset of the sample space, representing a specific outcome or set of outcomes.
- Term
Random Variable
- Meaning
A variable whose value is a numerical outcome of a random phenomenon.
- Term
Probability Distribution
- Meaning
A function that describes the likelihood of obtaining the possible values that a random variable can assume.
- Term
Mean (Expected Value)
- Meaning
The average value of a random variable over many trials.
- Term
Variance
- Meaning
A measure of the spread or dispersion of a set of data or a probability distribution.
- Term
Hypothesis Testing
- Meaning
A statistical method used to determine if there is enough evidence in a sample of data to infer that a certain condition is true for the entire population.
- Term
Confidence Interval
- Meaning
A range of values, derived from sample statistics, that is likely to contain the value of an unknown population parameter.
Learning objectives
Understand fundamental probability concepts.
Differentiate between discrete and continuous random variables.
Apply basic probability distributions (Binomial, Poisson, Normal).
Calculate measures of central tendency and dispersion.
Understand the principles of hypothesis testing and confidence intervals.
Interpret statistical data effectively.
Formulae
- Name
Binomial Distribution Probability
- Note
For k successes in n independent Bernoulli trials, each with success probability p.
- Expression
P(X=k) = C(n, k) * pk * (1-p)^(n-k)
- Name
Binomial Distribution Mean
- Note
- Expression
E[X] = np
- Name
Binomial Distribution Variance
- Note
- Expression
Var(X) = np(1-p)
- Name
Poisson Distribution Probability
- Note
For k events in a fixed interval, with average rate λ.
- Expression
P(X=k) = (e-λ * λk) / k!
- Name
Poisson Distribution Mean
- Note
- Expression
E[X] = λ
- Name
Poisson Distribution Variance
- Note
- Expression
Var(X) = λ
- Name
Normal Distribution Probability Density Function (PDF)
- Note
Where μ is the mean and σ is the standard deviation.
- Expression
f(x) = (1 / (σ * √(2π))) * exp(-(x-μ)² / (2σ²))
- Name
Standard Normal Variable (Z-score)
- Note
Transforms any normal variable X to a standard normal variable Z with mean 0 and variance 1.
- Expression
Z = (X - μ) / σ
- Name
Bayes' Theorem
- Note
Relates conditional probabilities; P(B) = P(B|A)P(A) + P(B|A')P(A').
- Expression
P(A|B) = [P(B|A) * P(A)] / P(B)
- Name
Sample Mean
- Note
Average of n observations.
- Expression
\bar{X} = (Σ Xi) / n
- Name
Sample Variance
- Note
Measure of data dispersion around the mean.
- Expression
s² = [Σ (Xi - \bar{X})²] / (n-1)
Prerequisites
Basic Algebra
Set Theory Concepts
Understanding of Functions
Common mistakes
Confusing independent and dependent events.
Incorrectly applying probability rules (e.g., addition rule for mutually exclusive events).
Misinterpreting statistical significance.
Assuming normal distribution without justification.
Sampling bias leading to incorrect inferences.
Keywords
Probability
Statistics
Random Variable
Distribution
Mean
Variance
Standard Deviation
Hypothesis Testing
Confidence Interval
Binomial
Poisson
Normal
Bayes' Theorem
Central Limit Theorem
Practice preview
The mean of a binomial distribution B(n, p) is np and the variance is np(1-p). If the mean is 4 and the variance is 2, find the values of n and p.…
medium
A random variable X follows a Poisson distribution with parameter \(\lambda\). If P(X=0) = 0.5, find \(\lambda\).…
medium
Let X be a random variable with probability density function (PDF) f(x) = cx^2 for 0 <= x <= 1, and f(x) = 0 otherwise. Find the value of c.…
medium
