In: Statistics and Probability
An important application of regression analysis in accounting is in the estimation of cost. By collecting data on volume and cost and using the least squares method to develop an estimated regression equation relating volume and cost, an accountant can estimate the cost associated with a particular manufacturing volume. Consider the following sample of production volumes and total cost data for a manufacturing operation.
Production Volume (units) | Total Cost ($) |
400 | 4,500 |
450 | 5,500 |
550 | 5,900 |
600 | 6,400 |
700 | 6,900 |
750 | 7,500 |
a.
Sum of X = 3450
Sum of Y = 36700
Mean X = 575
Mean Y = 6116.6667
Sum of squares (SSX) = 93750
Sum of products (SP) = 712500
Regression Equation = ŷ = bX + a
b1 = SP/SSX = 712500/93750 =
7.6
b0 = MY - bMX = 6116.67 -
(7.6*575) = 1746.7
ŷ = 7.6X + 1746.7
b. Variable cost per unit is the slope so answer here is b1=7.6
c.
X Values
∑ = 3450
Mean = 575
∑(X - Mx)2 = SSx = 93750
Y Values
∑ = 36700
Mean = 6116.667
∑(Y - My)2 = SSy =
5648333.333
X and Y Combined
N = 6
∑(X - Mx)(Y - My) = 712500
R Calculation
r = ∑((X - My)(Y - Mx)) /
√((SSx)(SSy))
r = 712500 / √((93750)(5648333.333)) = 0.979
So r^2=0.979^2=0.958
d. Here
ŷ = 7.6X + 1746.7
For x=500, ŷ = (7.6*500) + 1746.7=5547