Review the key concepts, formulae, and examples before starting your quiz.
đConcepts
Discrete Random Variable: A random variable is a real-valued function whose domain is the sample space of a random experiment. For a discrete variable, the values can be listed as a sequence which, when plotted on a horizontal axis, appear as distinct, separated points.
Probability Distribution Function (PDF): A mapping that assigns a probability to each possible value . Visually, this is represented by a probability histogram where each outcome has a bar of height , and the total area or sum of the heights of all bars must equal .
Mean or Expected Value : This is the weighted average of all possible values of . In a physical sense, if the probabilities were masses placed at positions on a beam, the mean would be the 'center of gravity' or the exact point where the beam would balance.
Variance : A statistical measure that describes the dispersion of the random variable values around the mean. On a graph, a 'flat' or 'wide' distribution indicates a high variance, while a 'tall' and 'narrow' distribution indicates the values are clustered closely around the mean.
Standard Deviation : This is the positive square root of the variance. It is often more intuitive than variance because it is expressed in the same units as the random variable , representing the typical distance an outcome is from the mean.
Linearity of Expectation: A concept stating that for constants and , . Visually, adding shifts the entire probability distribution graph to the right, while multiplying by stretches or compresses the distribution.
Variance of Linear Transformations: The variance of a transformed variable is given by . This highlights that shifting a distribution (adding ) does not change its spread, but scaling it (multiplying by ) increases the spread by the square of the scale factor.
đFormulae
Mean \mu = E(X) = \sum_{i=1}^{n} x_i p_i$
Variance \sigma^2 = Var(X) = E(X^2) - [E(X)]^2$
đĄExamples
Problem 1:
A random variable has the following probability distribution: with . Calculate the Mean and Variance.
Solution:
- Calculate Mean :
- Calculate :
- Calculate Variance :
Explanation:
We first find the weighted average (Mean) by multiplying each value by its probability. Then, we find the average of the squares () to apply the shortcut formula for variance.
Problem 2:
Find the value of for the probability distribution for . Then find the Mean.
Solution:
- Find : Since , we have:
- Write the distribution:
- Calculate Mean :
Explanation:
We use the property that total probability must sum to to solve for the unknown constant , and then proceed with the standard mean formula.