summaryrefslogtreecommitdiff
path: root/tutorials/module_4/4.5 Statistical Analysis II.md
diff options
context:
space:
mode:
Diffstat (limited to 'tutorials/module_4/4.5 Statistical Analysis II.md')
-rw-r--r--tutorials/module_4/4.5 Statistical Analysis II.md17
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