
Calculating and Graphing
Linear regression uses the method of least squares to plot a straight line that passes close to as many data points as possible, and returns values for the slope and
The graphic representation of this relationship is a linear regression graph.
1(CALC)2(X)
6(DRAW)
The following is the linear regression model formula.
y = ax + b
a ............. | regression coefficient (slope) |
b ............. | regression constant term |
r............. correlation coefficient
r2 ............ | coefficient of determination |
MSe ........ | mean square error |
When it is suspected that there are a number of extreme values, a
1(CALC)3(Med)
6(DRAW)
The following is the
y = ax + b
a.............
b.............
#Input a positive integer for frequency data. Other types of values (decimals, etc.) cause an error.
20050401