From 9bbcffe066fb8fb77fde62eb60b599c597662fc8 Mon Sep 17 00:00:00 2001 From: eggy Date: Tue, 22 Sep 2020 11:04:03 -0400 Subject: [PATCH] phys: clarify best fit issue --- docs/sph3u7.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sph3u7.md b/docs/sph3u7.md index 121eea6..1d4a195 100644 --- a/docs/sph3u7.md +++ b/docs/sph3u7.md @@ -133,8 +133,8 @@ Error bars represent the uncertainty of the data, typically representing that da ### Uncertainty of gradient and intercepts !!! note "Definition" - - The **line of best fit** is the line that passes through **all error bars** while passing as closely as possible to all data points. - - The **minimum and maximum lines** are lines that minimise/maximise their slopes while still passing through **all error bars.** + - The **line of best fit** is the line that passes through **as many error bars as possible** while passing as closely as possible to all data points. + - The **minimum and maximum lines** are lines that minimise/maximise their slopes while passing through the first and last **error bars**. !!! warning - Use solid lines for lines representing **continuous data** and dotted lines for **discrete data**.