9.4 Summary
Previous
9.3 Correlation
|
Next
End of chapter exercises
|
9.4 Summary (EMCJT)
-
Curve fitting is the process of fitting functions to data.
-
Intuitive curve fitting is performed by visually interpreting if the points on the scatter plot conform to a linear, exponential, quadratic or some other function.
-
The line of best fit or trend line is a straight line through the data which best approximates the available data points. This allows for the estimation of missing data values.
- Interpolation is the technique used to predict values that fall within the range of the available data.
- Extrapolation is the technique used to predict the value of variables beyond the range of the available data.
-
Linear regression analysis is a statistical technique of finding out exactly which linear function best fits a given set of data.
- The least squares method is an algebraic method of finding the linear regression
equation. The linear regression equation is written ˆy=a+bx, where b=n∑ni=1xiyi−∑ni=1xi∑ni=1yin∑ni=1(xi)2−(∑ni=1xi)2a=1nn∑i=1yi−bnn∑i=1xi=ˉy−bˉx
-
The linear correlation coefficient, r, is a measure which tells us the strength and direction of a relationship between two variables, determined using the equation: r=b(σxσy)
-
The correlation coefficient r∈[−1;1]. When r=−1, there is perfect negative correlation, when r=0, there is no correlation and when r=1, there is perfect positive correlation.
Previous
9.3 Correlation
|
Table of Contents |
Next
End of chapter exercises
|