Least-squares linear regression is a statistical technique that may be used to estimate the total cost at the given level of activity (units, labor/machine hours etc.) based on past cost data. It mathematically fits a straight cost line over a scatter-chart of a number of activity and total-cost pairs in such a way that the sum of squares of the vertical distances between the scattered points and the cost line is minimized. The term least-squares regression implies that the ideal fitting of the regression line is achieved by minimizing the sum of squares of the distances between the straight line and all the points on the graph.
Assuming that the cost varies along y-axis and activity levels along x-axis, the required cost line may be represented in the form of following equation:
y = a + bx
In the above equation, a is the y-intercept of the line and it equals the approximate fixed cost at any level of activity. Whereas b is the slope of the line and it equals the average variable cost per unit of activity.
Formulas
By using mathematical techniques beyond the scope of this article, the following formulas to calculate a and bmay be derived:
Where,
n is number of pairs of units—total-cost used in the calculation;
Σy is the sum of total costs of all data pairs;
Σx is the sum of units of all data pairs;
Σxy is the sum of the products of cost and units of all data pairs; and
Σx2 is the sum of squares of units of all data pairs.
n is number of pairs of units—total-cost used in the calculation;
Σy is the sum of total costs of all data pairs;
Σx is the sum of units of all data pairs;
Σxy is the sum of the products of cost and units of all data pairs; and
Σx2 is the sum of squares of units of all data pairs.
The following example based on the same data as in high-low method tries to illustrate the usage of least squares linear regression method to split a mixed cost into its fixed and variable components:
Example
Based on the following data of number of units produced and the corresponding total cost, estimate the total cost of producing 4,000 units. Use the least-squares linear regression method.
Solution:
We have,
n = 8;
Σx = 16,320;
Σy = 377,465;
Σx2 = 35,990,400; and
Σxy = 807,276,500
n = 8;
Σx = 16,320;
Σy = 377,465;
Σx2 = 35,990,400; and
Σxy = 807,276,500
Calculating the average variable cost per unit:
Calculating the approximate total fixed cost:
The cost-volume formula now becomes:
y = 19,015 + 13.8x
At 4,000 activity level, the estimated total cost is $74,215 [= 19,015 + 13.8 × 4,000].
No comments:
Post a Comment