This section ties in heavily with the notes for a statistics class. In particular, look at the Introduction to Statistics and Lists on the TI82 and Scatter Plots and Regression Lines on the TI82. With that said, I will try to convey most of that information here, also.
I have included notes for the TI82, TI83, and TI85 calculators. I do not have notes on how to use any of the other calculators, like the Casio or Sharp.
There is a correlation coefficient which is mentioned in the book. By default, the TI83 does not give this to you. You can enable it (you only need to do this once, and then it's done forever more until you lose power or reset your calculator) by going [Catalog] (2nd zero). Then, scroll down to DiagnosticOn (hit D [the calculator is already in alpha mode, so just press the inverse key] to get close quickly) and press enter twice until the calculator says Done.
The Linear Correlation Coefficient (r) is a measure of the strength and direction of a relationship between two variables. If the y gets larger when the x gets larger, the coefficient is positive and if the y gets smaller when the x gets larger, the coefficient is negative. If there is no linear relationship between the two variables, then the coefficient is zero. If all the data exactly lies on a line, then it is called perfect correlation and the value will either be 1 or -1. The closer the value is to 1 or -1, the closer the points are to the line and the stronger the linear relationship. The same concept applies for other types of regression (the TI82, TI83, and TI85 will do linear, logarithmic, exponential, power, quadratic, cubic, and quartic regression).
The Regression Equation or Regression Line is the equation of the line which best fits the data.
One of the uses of regression is to see if there is a correlation between the two variables. This is indicated by the value of the correlation coefficient r. Another use of regression is to predict values.
I'm going to assume that you're putting the x-coordinates into List 1 and the y-coordinates into List 2. Make appropriate modifications to the instructions if you use different lists.
With the TI82 or TI83, you enter all the x-coordinates first and all the y-coordinates second. If you have just cleared out your data, skip steps 1 and 2 and begin on step 3.
The least squares regression model is the line which minimizes the variation. Ok, if you really want to know, take a statistics class. In general terms it is the line that best fits the data. That is why it is sometimes called the best fit line.
If you have a TI83, make sure you enable Diagnostics as explained at the top of this document. You need to only do that once.
The TI82 and TI83 return the regression equation y=ax+b. If you want the regression equation y=a+bx, then you should choose LinReg(a+bx) (option 9 or 8) instead.
You must compute the regression equation before doing this.
One of the uses of the regression equation is to predict values.
You must have computed the regression equation and put it into y1 to use this.
If you wish to find the value of x that gives a specific y-value, then you need to solve the regression equation for x and then substitute the known value of y.
Be sure to turn off the statistical plots and clear out the regression equation when you're done