blob: df1b58535b88bea101c8ca4f490b7381af8437b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 4.5 Statistical Analysis II
[Introduction text]
## Least Square Regression and Line of Best Fit
### What is Linear Regression?
Linear regression is one of the most fundamental techniques in data analysis. It models the relationship between two (or more) variables by fitting a **straight line** that best describes the trend in the data.
Linear regression helps identify proportional relationships, estimate calibration constants, or model linear system responses.
## Least square fitting
## Extrapolation
## Moving average
|