phys: expand error bar requirements
This commit is contained in:
parent
9ca8795265
commit
4d002154b8
@ -123,10 +123,12 @@ See [Dealing with Uncertainties](/resources/g11/physics-uncertainties.pdf) for h
|
|||||||
|
|
||||||
### Error bars
|
### Error bars
|
||||||
|
|
||||||
Error bars represent the uncertainty of the data, typically representing that data point's standard deviation, and can be both horizontal or vertical. A data point with uncertain values is written as $(x ± \Delta x, y ± \Delta y)$
|
Error bars represent the uncertainty of the data and can be both horizontal or vertical. They are almost always required for both the independent and dependent variables. A data point with uncertain values is written as $(x ± \Delta x, y ± \Delta y)$
|
||||||
|
|
||||||
<img src="/resources/images/error-bars.png" width=600>(Source: Kognity)</img>
|
<img src="/resources/images/error-bars.png" width=600>(Source: Kognity)</img>
|
||||||
|
|
||||||
|
If the error bars of a data point are too small to see, note at the bottom of the graph that error bars are too small to see.
|
||||||
|
|
||||||
### Uncertainty of gradient and intercepts
|
### Uncertainty of gradient and intercepts
|
||||||
|
|
||||||
!!! note "Definition"
|
!!! note "Definition"
|
||||||
|
Loading…
Reference in New Issue
Block a user