The Expected Value, denoted as or , is the theoretical mean of a discrete random variable. It represents the average value one would expect to see if an experiment were repeated an infinite number of times.
For a discrete random variable , the expected value is calculated by taking the sum of each possible outcome multiplied by its associated probability: This can be viewed as a weighted average where the weights are the probabilities.
The Variance, denoted as or , measures the 'spread' of the random variable. It is defined as the expected value of the squared deviations from the mean: .
The principle of Linearity of Expectation allows us to find the expected value of functions of . To find , we apply the function to each outcome before multiplying by the probability: This is known as the Law of the Unconscious Statistician.
A critical application of this is finding , which is the mean of the squares of the outcomes. This value is essential for calculating variance but does not represent the square of the mean.
Symmetry Principle: If a probability distribution is perfectly symmetrical about a central value, the expected value will always be equal to that central value, which is also the median of the distribution.
Step 1: Calculate by summing for all values in the distribution table.
Step 2: Calculate by squaring each value, then summing .
Step 3: Apply the computational formula for variance:
Standard Deviation: Once the variance is found, the standard deviation is calculated as . This returns the measure of spread to the original units of the random variable.
It is vital to distinguish between and . The former is the 'mean of the squares,' while the latter is the 'square of the mean.'
| Concept | Notation | Meaning |
|---|---|---|
| Expected Value | The average outcome (center) | |
| Mean of Squares | Average of the squared outcomes | |
| Variance | The average squared distance from the mean | |
| Std. Deviation | The average distance from the mean (original units) |
Variance is always non-negative (). If you calculate a negative variance, a computational error has occurred, likely in the subtraction order or in squaring the mean.
Sanity Check: Always verify that your calculated lies within the range of the possible values of . For example, if takes values between 1 and 10, an of 15 is impossible.
Efficiency: In exams, look for symmetry first. If the distribution is symmetric, you can state the mean by inspection rather than performing the full summation, saving valuable time.
Precision: Keep your intermediate values for and as exact fractions or to high decimal precision. Rounding these values too early can lead to significant errors in the final calculation.
Formula Selection: Always use the computational formula rather than the definitional formula unless specifically instructed, as it is much less prone to arithmetic errors.