vault backup: 2023-12-12 14:33:14
This commit is contained in:
parent
a1a9689bd8
commit
0fd6013b12
@ -13,9 +13,10 @@ $$ IndividualMeasurement = ExactValue + ChanceError $$
|
||||
# Outliers
|
||||
Histograms of repeated measurements tend to follow the normal curve.
|
||||
|
||||
According to the empirical rule, 99.7% of such measurements should be within 3σ of the exact value.
|
||||
According to the empirical rule, 99.7% of such measurements should be +-3σ of the exact value. Measurements that are not within 3σ are considered *outliers*.
|
||||
|
||||
Removing outliers reduces σ.
|
||||
|
||||
$$ $
|
||||
# Terminology
|
||||
| Term | Definition |
|
||||
| -- | -- |
|
||||
|
2
education/statistics/TODO.md
Normal file
2
education/statistics/TODO.md
Normal file
@ -0,0 +1,2 @@
|
||||
(Chapter 7, STAT 1040)
|
||||
|
Loading…
Reference in New Issue
Block a user