Multiplicative Averaging: The Geometric Mean is calculated by multiplying numbers together and then taking the -th root of the product. It is the appropriate measure when values are being multiplied or represent growth factors over time.
Formula and Calculation: For a set of values , the formula is . This calculation effectively finds the single value that, if applied repeatedly, would result in the same total product as the original set.
Application in Growth: It is widely used in finance and biology to calculate average growth rates. For example, if an investment grows by different percentages over several years, the Geometric Mean of the growth factors provides the true annual compound growth rate, whereas the arithmetic mean would overestimate it.
Reciprocal Averaging: The Harmonic Mean is the reciprocal of the arithmetic mean of the reciprocals of the data points. It is specifically designed for datasets involving rates, such as speed, density, or price-to-earnings ratios.
Formula and Calculation: The formula is expressed as . By focusing on the reciprocals, this mean gives more weight to smaller values in the dataset, which is often necessary when averaging ratios where the denominator is the variable of interest.
Application in Rates: A classic use case is finding the average speed for a trip consisting of equal distances at different speeds. Because the time spent at the slower speed is greater, the Harmonic Mean correctly accounts for the increased time, while the arithmetic mean would incorrectly suggest a higher average speed.
Varying Importance: The Weighted Mean is used when some data points contribute more to the final average than others. Each value is assigned a weight that reflects its relative significance, frequency, or probability.
Formula and Calculation: It is calculated by summing the products of each value and its weight, then dividing by the total sum of the weights: . This ensures that high-impact values have a proportional influence on the result.
Common Use Cases: This method is standard for calculating Grade Point Averages (GPAs), where different courses have different credit hours, or in portfolio management, where different assets represent different percentages of the total investment.
Identify the Data Relationship: Before calculating, determine if the data is additive or multiplicative. If the problem involves percentages, growth, or compounding, use the Geometric Mean; if it involves 'per' units (like miles per hour), use the Harmonic Mean.
Sanity Check with Inequality: Always verify your results against the rule. If you calculate a Harmonic Mean that is larger than your Arithmetic Mean for the same dataset, you have likely made a calculation error in the reciprocals.
Watch for Zero and Negative Values: Remember that GM and HM are sensitive to non-positive numbers. If an exam question includes a zero or a negative number, the standard GM and HM formulas cannot be applied, and you should look for a conceptual reason why those means might be inappropriate.