Discrete Random Variables and Probability Distributions
3-1 Discrete Random Variables
- Discrete random variables can take on a countable number of values.
- Example: The number of lines in use in a business communication system can range from 0 to 48.
3-2 Probability Distributions and Probability Mass Functions
- Probability mass function (PMF) for a discrete random variable X is defined as:
- f(x)≥0
- ∑f(x)=1
- f(x)=P(X=xi)
- Example: If a wafer has a 0.01 probability of contamination, the PMF can represent sequences of outcomes.
3-3 Cumulative Distribution Functions
- The cumulative distribution function (CDF) F(x) is defined as:
- F(x)=P(X≤x)=∑<em>x</em>i≤xf(xi)
- Properties of CDF:
- 0≤F(x)≤1
- If x < y , then F(x)≤F(y).
3-4 Mean and Variance of a Discrete Random Variable
- Mean (Expected Value):
- μ=E(X)=∑xf(x)
- Variance:
- σ2=∑(x−μ)2f(x)=∑x2f(x)−μ2
- Standard Deviation:
- σ=σ2
- Definition: A random variable X has a discrete uniform distribution if each value in its range has equal probability:
- f(x)=n1
- Mean of X:
- μ=E(X)=2a+b
- Variance of X:
- σ2=12(b−a+1)2−1
3-6 Binomial Distribution
- Definition: A binomial random variable arises from n independent Bernoulli trials, where each trial has two possible outcomes.
- Probability mass function:
- P(X=x)=(xn)px(1−p)n−x
- Expected value and variance:
- Mean: μ=np
- Variance: σ2=np(1−p)
3-9 Poisson Distribution
- Definition: A random variable X follows a Poisson distribution if counts occur randomly in fixed intervals.
- Probability Mass Function:
- f(x)=x!e−λλx, where λ is the average number of events in the interval.
- Expected value and variance for Poisson:
- Mean: E(X)=λ
- Variance: V(X)=λ
Application Examples
- Example 1: Probability distribution of a communication system with 48 lines.
- Example 2: Probability of contamination in semiconductor wafers follows a geometric distribution.
- Example 3: Analyzing production parts for defects using a cumulative distribution function.