Fitting Exponential Data
When modeling data, we often use a technique called regression analysis to find a curve that models data collected from read-world observations. With regression analysis, we don't expect all the points to lie perfectly on the curve. The idea is to find a model that best fits the data. Then we use the model to make predictions about the future events. We typically use a graphical utility or a computer program to find the best-fitting curve.
As part of the results, we also get a correlation coefficient labeled by the variable , or . These are values which are indication of the "goodness of fit" of the regression equation to the data. We commonly use the value of over , but the closer either value is to , the better the regression equation approximates the data.
Exponential Regression
Exponential regression is used to model situations in which growth begins slowly and then accelerates rapidly without bound, or where decay begins rapidly and then slows down as it gets closer to zero. The equation is in the form of and must be non-negative where represents growth and represents decay.
Given a set of data and a graphing utility, we can use the following steps to perform exponential regression...
- Use the then menu to enter given data. List the input values in the first column and the output values in the second column.
- Graph and observe a scatter plot of the data using the feature. Verify that the data appears to be exponential.
- Find the equation that models the data by selecting from the then menu. Use the values returned for and to record the model, .
- Graph the model on the same axes as the scatter plot to verify that the model fits the data.
Logarithmic Regression
Logarithmic regression is used to model situations where growth or decay accelerates rapidly at first and then slows over time. The equation is in the form of where all input values, , must be positive. When , the model is increasing and when , the model is decreasing.
Given a set of data and a graphing utility, we can use the following steps to perform logarithmic regression...
- Use the then menu to enter given data. List the input values in the first column and the output values in the second column.
- Graph and observe a scatter plot of the data using the feature. Verify that the data appears to be logarithmic.
- Find the equation that models the data by selecting from the then menu. Use the values returned for and to record the model, .
- Graph the model on the same axes as the scatter plot to verify that the model fits the data.
Logistic Regression
Logistic regression is used to model situations where growth accelerates rapidly at first and then steadily slows to an upper limit. The equation is in the form of where the initial value of the model is and the output values for the model grow closer and closer to as increases.
Given a set of data and a graphing utility, we can use the following steps to perform logistic regression...
- Use the then menu to enter given data. List the input values in the first column and the output values in the second column.
- Graph and observe a scatter plot of the data using the feature. Verify that the data appears to be logistic.
- Find the equation that models the data by selecting from the then menu. Use the values returned for , , and to record the model, .
- Graph the model on the same axes as the scatter plot to verify that the model fits the data.