1 / 15

Least-Squares Regression Computations

Least-Squares Regression Computations. Appendix 2A. Learning Objective 8. Analyze a mixed cost using a scattergraph plot and the least-squares regression method. The Data Set. Matrix, Inc. wants to know its average fixed cost and variable cost per meals served.

fostersusan
Télécharger la présentation

Least-Squares Regression Computations

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Least-Squares Regression Computations Appendix 2A

  2. Learning Objective 8 Analyze a mixed cost using a scattergraph plot and the least-squares regression method.

  3. The Data Set Matrix, Inc. wants to know its average fixed cost and variable cost per meals served. Using the data to the right, let’s see how to do a Scattergraph plot using Microsoft Excel.

  4. Scattergraph Plot Highlight Cells C4 through D19. from the Insert Menu in Excel, select Graph. and the Scattergraph with no lines. You should produce a graph that looks similar to the one shown on the right.

  5. Scattergraph Plot Right click on any of the grid values and enter the text as shown. The X axis should read “Units (Meals), and the Y axis should read Total Cost.

  6. Scattergraph Plot Right click on any data point in the scattergraph plot and selecting “Add Trendline” from the graph submenu. The relationship appears to be linear, so we can apply the regression model.

  7. Simple Regression Using Excel • You will need three pieces of information from your regression analysis: • Estimated Variable Cost Per Unit (line slope) • Estimated Fixed Costs (line intercept) • Goodness of fit, or R2 To get these three pieces information we will need to use three Excel functions in the Statistical Group of special functions. SLOPE, INTERCEPT, and RSQ

  8. Simple Regression Using Excel Place your cursor in cell F4 and press the = key. Click on the pull down menu and scroll down to “Statistical” and scroll until you see “Slope.”

  9. Simple Regression Using Excel For “Known_y’s” highlight cells D4 through D19, and for “Known_x’s” highlight cells C4 through C19. Notice the Slope is calculated at 2.7684.

  10. Simple Regression Using Excel Place your cursor in cell F5 and press the = key. Click on the pull down menu and scroll down to “Statistical” and scroll until you see “Intercept.”

  11. Simple Regression Using Excel Here is the estimate of the fixed costs. 1. In the Known_y’s box, enter D4:D19 for the range. 2. In the Known_x’s box, enter C4:C19 for the range.

  12. Simple Regression Using Excel Finally, we will determine the “goodness of fit”, or R2, by using the RSQ function. Move your cursor to Cell F6.

  13. Simple Regression Using Excel Here is the estimate of R2. 1. In the Known_y’s box, enter D4:D19 for the range. 2. In the Known_x’s box, enter C4:C19 for the range.

  14. Simple Regression Using Excel Notice that Excel depicts its least-squares regression equation as Y = bX + a. We can easily rearrange with equation.

  15. End of Appendix 2A

More Related