Chapter 08 – Cost Estimation
The above approach weights each prior period equally in the estimation. Management
accountants can weight the more recent periods more heavily, if desired, by multiplying each term in the
numerator by a weighting constant (often chosen to be simply 1,2,3…, from least to most recent period)
and adjusting the denominator accordingly (the denominator is now the sum of the weights). However, if
management accountants choose an unweighted model, as above, then the calculations can be simplified
as follows:
The estimated amount of maintenance cost for August using the unweighted model in the above
equation would be:
$23,175,000 + ($23,175 – $22,843)/6 = $23,230.
Exponential smoothing. While the PTP model can be adapted for weighting the most recent
years’ data, the exponential smoothing approach integrates both weighting and an iterative calculation to
“smooth” the data. Exponential smoothing, sometimes referred to as “adaptive forecasting,” is based upon
a weighted moving average of past data. Because the calculations can be tedious, this approach is
typically implemented in either spreadsheets or specialized software.
Though exponential smoothing can be implemented in a variety of ways, a common approach is
to separate two of the components of the time-series modelthe trend to the data and the fluctuations
about the trend. A smoothed value is computed for each component and the product is the estimated
value:
Estimated Cost (August) = Smoothed Cost Trend (July) x Smoothed Cost (July)
The term “smoothing” describes this method’s use of a weighting constant, a, together with a
smoothing function, S(Y), to develop the smoothed estimation. The weighting constant (a) is a number
between zero and one, such that the closer a is to one, the more weight is given to recent periods in the
data, and vice versa. The smoothing function is employed such that the smoothed value at the time T is a
linear combination of the actual value at time T and the smoothed value of the previous period:
Beginning with period one, the smoothing function is calculated for each period, and iteratively,
the final estimation for the desired future period is derived. Exponential smoothing is a widely used
technique that, with a studious choice of the weighting function, can provide management accountants
with accurate estimates.
The calculations for the maintenance cost data are as follows, beginning with February since a
smoothed value cannot be obtained for the period year in the series:
Smoothed (February) = ½ actual cost (February) + ½ actual cost (January)
= ½ x $22,843 + ½ x $22,510 = $22,676.5
Smoothed (March) = ½ actual cost (March) + ½ smoothed (February)
= ½ x $22,706 + ½ x $22,676.5
8-13