Unit-1: Random Variables and Probability Distributions
1. Random Variables
A random variable (RV) is a variable whose possible values are outcomes of a random phenomenon. It can be classified as either discrete or continuous.
- Discrete Random Variable: Takes on a countable number of distinct values (e.g., number of heads in coin tosses).
- Continuous Random Variable: Takes on an infinite number of possible values within a range (e.g., height, weight).
Cumulative Distribution Function (CDF)
The CDF of a random variable is defined as:
Properties of CDF:
- is non-decreasing.
2. Probability Distributions
Probability Mass Function (PMF)
For a discrete random variable, the PMF satisfies:
Probability Density Function (PDF)
For a continuous random variable, the PDF satisfies:
Note: For continuous RVs, .
Relation Between PDF and CDF:
Properties of CDF
Property |
Discrete Random Variable |
Continuous Random Variable |
Definition |
|
|
Range |
|
|
Monotonicity |
Non-decreasing |
Non-decreasing |
Right-Continuity |
Right-continuous |
Continuous |
Limits |
|
|
Jump Discontinuities |
Has jumps at each value of where |
No jumps (smooth curve) |
Probability at a Point |
|
|
3. Joint Probability Distributions
Joint PMF
For two discrete random variables and , the joint PMF satisfies:
Joint PDF
For two continuous random variables and , the joint PDF satisfies:
4. Marginal Probability Distribution
The marginal probability distribution is the probability distribution of a subset of random variables, obtained by summing or integrating over the other variables.
For Discrete Random Variables
Given two discrete random variables and , the marginal PMF of is:
Similarly, the marginal PMF of is:
For Continuous Random Variables
Given two continuous random variables and , the marginal PDF of is:
Similarly, the marginal PDF of is:
4. Conditional Probability Distribution
The conditional probability distribution describes the probability of one random variable given the value of another random variable.
For Discrete Random Variables
The conditional PMF of given is:
Similarly, the conditional PMF of given is:
For Continuous Random Variables
The conditional PDF of given is:
Similarly, the conditional PDF of given is:
5. Mean, Variance, and Covariance
Mean (Expected Value)
For a discrete random variable:
For a continuous random variable:
Linearity of Expectation:
Variance
For any random variable:
Properties:
Covariance
For two random variables and :
Properties:
6. Chebyshev's Theorem
For any random variable with mean and variance :
Complementary Form:
Key Features:
- Applies to any distribution with finite mean and variance.
- Provides a lower bound on the probability.
MCQ Questions
1. Which of the following is true for a probability mass function (PMF)?
- a) ( P(X = x) ≥ 0 )
- b) ( ∑x P(X = x) = 1 )
- c) Both a) and b)
- d) None of the above
Answer: c) Both a) and b)
2. For ( k = 2 ), Chebyshev's Theorem states that the probability ( P(|X - μ| ≤ 2σ) ) is at least:
- a) 0.50
- b) 0.75
- c) 0.95
- d) 0.99
Answer: b) 0.75