summaryrefslogtreecommitdiff
path: root/tutorials/module_4/3_linear_regression.md
diff options
context:
space:
mode:
Diffstat (limited to 'tutorials/module_4/3_linear_regression.md')
-rw-r--r--tutorials/module_4/3_linear_regression.md5
1 files changed, 1 insertions, 4 deletions
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