Statistical test
From Maths
Revision as of 15:13, 3 October 2017 by Alec (Talk | contribs) (Created page with "==Definition== We use the term ''statistical test'' for a test, {{M|T}}, with two outcomes (usually "yes"/1 or "no"/0). Let {{M|P\eq 1}} denote that the unit under test actual...")
Definition
We use the term statistical test for a test, T, with two outcomes (usually "yes"/1 or "no"/0). Let P=1 denote that the unit under test actually has this property we're testing for, and P=0 if it does not.
The statistical test is defined by the following four probabilities:
- P[T=1 | P=1]=α - "true positive"
- P[T=1 | P=0]=β - "false positive" as the test incorrectly reports positive.
- P[T=0 | P=1]=γ - "false negative" as the test incorrectly reports negative yet the property is present
- P[T=0 | P=0]=δ - "true negative"
Todo
Add an example where 1 in 10,000 actually has the property, but the test has a non-zero false-positive rate, actually meaning that if the test returns positive it's unlikely you actually have the property, relate to statistical power.