[go: up one dir, main page]

0% found this document useful (0 votes)
127 views3 pages

Click Here: Developer's Guide To Excelets/Sinex

The document discusses using Excel's Solver tool to perform regression analysis and find the line of best fit for a dataset by minimizing the sum of squared errors (SSE). It explains how to set up the data and Solver parameters to have the Solver adjust the equation parameters to obtain the lowest possible SSE, providing the best fit. Examples are given of using Solver for linear and quadratic regression as well as its applicability for non-linear regression models. The best fit is considered to be the model with the minimum SSE value.

Uploaded by

partho143
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
127 views3 pages

Click Here: Developer's Guide To Excelets/Sinex

The document discusses using Excel's Solver tool to perform regression analysis and find the line of best fit for a dataset by minimizing the sum of squared errors (SSE). It explains how to set up the data and Solver parameters to have the Solver adjust the equation parameters to obtain the lowest possible SSE, providing the best fit. Examples are given of using Solver for linear and quadratic regression as well as its applicability for non-linear regression models. The best fit is considered to be the model with the minimum SSE value.

Uploaded by

partho143
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Using Excels Solver to minimize the sum of squared error for a mathematical model First the Solver is an add-in

that must be loaded. Go to the Tools menu and select Add-Ins and the screen to the right will pop-up. (For loading Solver in Excel 2007 click here.) You must select the Solver Add-in and then press the OK button. Now you have a tool that allows you to do a number of optimization operations. The Solver can find the maximum and minimum values, as well as the roots to an equation or a system of equations. One way to use it is to introduce obtaining the line (or curve) of best fit or regression analysis to students. In the mathematical modeling of data you are trying to fit an equation to the data. How do you get the best fit of the equation to the data? Regression techniques adjust equation parameters to minimize the sum of the squared errors, SSE. The error is the difference between the measured value of the datum point minus the predicted value of the datum point. The predicted value is calculated from the regression equation. The difference is referred to as the error or the residual. Here is the column set-up for the data and calculations: error ymeasured - ypredicted squared error (ymeasured - ypredicted)2

ymeasured

ypredicted

The last column is then summed yielding the sum of the squared errors, SSE. To do this in a spreadsheet, we need to set up the equation parameters to be adjusted manually, yellow cells (no scroll bars or spinners). This gets students playing with the parameters to fit the line/curve manually to try to eye-ball a good
Developer's Guide to Excelets/Sinex

fit. Hence, they need to know or discover how the parameters influence the line/curve. As they adjust parameters, they can observe how the SSE behaves and try to minimize it. Now you can see how well your manual fit is to the best-fit. Lets consider fitting a quadratic equation (y = ax2 + bx + c) to some data as illustrated on the screen shot below. Go to Tools on the menu bar and select Solver and the Solver Parameters pop-up menu will appear.

Click in the Set Target Cell box on the Solvers Parameters and then click on cell E16 (the blue cell) on the worksheet, set the Equal To to Min (minimum value) then click the By Changing Cells box followed by clicking the yellow cells H4, H6, H8 (separated with a comma). Now click on the Solve button. The Solver Results menu will pop-up as shown below. It will default to the Keep Solver Solution.

Developer's Guide to Excelets/Sinex

The Solver results will be in the yellow cells for a, b, and c. Click the OK button and you are done. You now have the best-fit regression curve results for your data. Once you have used the Solver to get results on a worksheet and saved the workbook, it will save the appropriate cells in the Solver parameters. This method allows you to expand non-linear regression techniques that are not available in the trendline types, such as a sine regression on periodic data, logistic regression for population data, or the translated exponential decay (y = ae-kx + c) needed for Newtons Law of Cooling data. See the Non-linear Regressions by Using Solver Just Add Data Excelet! This is based on the article by R. M. Horton and W. H. Leonard (2005) Mathematical Modeling in Science, which appeared in The Science Teacher 72 (5), 40-46. If you are comparing different models, the goodness-of-fit can be judged by the model with the minimum SSE as the best-fit. You want to consider a graphical measure of the goodness-of-fit for the regression, plotting the residuals as a function of the x-variable is a good way to do this. This plot should have the residuals distributed in a random fashion. A pattern in the residuals plot is an indication of the mathematical relationship not truly fitting the data, even if the SSE is small.

Developer's Guide to Excelets/Sinex

You might also like