diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-10-22 14:21:30 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-10-22 14:21:30 -0600 |
| commit | 6a9d212c80848e7601fe114ef569f7355e4c1f22 (patch) | |
| tree | 3c49793d362fe63cbf9b3b7a2e2a599cca4f5dbd /tutorials/module_4/4.5 Statistical Analysis II.md | |
| parent | 1630ff5771ba7aa4623d25fd9d97af3a6facecbb (diff) | |
Made progress on statistics tutorials.
Diffstat (limited to 'tutorials/module_4/4.5 Statistical Analysis II.md')
| -rw-r--r-- | tutorials/module_4/4.5 Statistical Analysis II.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tutorials/module_4/4.5 Statistical Analysis II.md b/tutorials/module_4/4.5 Statistical Analysis II.md new file mode 100644 index 0000000..df1b585 --- /dev/null +++ b/tutorials/module_4/4.5 Statistical Analysis II.md @@ -0,0 +1,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 |
