From ab2b98a153216af10fa71f909a346bcc83533551 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Thu, 18 Sep 2025 16:41:51 -0600 Subject: Added PDE tutorial --- tutorials/module_4/3_linear_regression.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tutorials/module_4') diff --git a/tutorials/module_4/3_linear_regression.md b/tutorials/module_4/3_linear_regression.md index 298d411..d79c639 100644 --- a/tutorials/module_4/3_linear_regression.md +++ b/tutorials/module_4/3_linear_regression.md @@ -4,12 +4,9 @@ -## Statical tools +## Statistical tools Numpy comes with some useful statistical tools that we can use to analyze our data. -### Mean -The mean is the average of a set of numbers. It is calculated by summing all the numbers and dividing by the count of numbers. - ```python import numpy as np -- cgit v1.2.3