From 6a9d212c80848e7601fe114ef569f7355e4c1f22 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Wed, 22 Oct 2025 14:21:30 -0600 Subject: Made progress on statistics tutorials. --- tutorials/module_4/4.5 Statistical Analysis II.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tutorials/module_4/4.5 Statistical Analysis II.md (limited to 'tutorials/module_4/4.5 Statistical Analysis II.md') 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 -- cgit v1.2.3