Type I vs. Type II errors

cleverku

New member
Joined
Jun 18, 2026
Messages
0
Reaction score
0
I’m kinda struggling with the differences of Type I and Type II errors. Every time I think I get it, I look at it again and I’m confused. I think what is most confusing for me is the double/triple negatives that I’m trying to get my head around (i..e. FAILING to REJECT the NULL hypothesis).
Has someone got a good way of explaining the difference in these errors.
Type I error: the rejection of the null hypothesis when it is actually true.
Type II error: the failure to reject the null hypothesis when it is actually true.
If I say took the example of taking a sample from CFA exam results. Let’s just say that we know the std. dev is 10, What we want to disprove is that the mean of the population is 70. We take a sample of 100 scores. So our std. error is 10 / sqrt(100) = 1. We want to prove this to 5% significance (i.e. 2 tailed test, 1.96 std dev on each side, let’s just round to 2 std. dev for simplicity)
So the null hypothesis is u = 70
Type I error as I understand it:
Our sample returns a result of 65, so the mean should lie between 63 and 67, we reject the null hypothesis. The Type I error in this case would be if it turned out that real population mean was actually 69. We rejected the null hypothesis when it was actually true. The chance of this happening is the 5% (i.e. the chance that for a normally distributed population with mean of 69, that we should have been unlucky enough to pick that sample of 65).
Is the above correct before we move on to Type II error?
Type II error as I understand it:
Our sample returns a result of 70, so the mean should lie between 68 and 72. We fail to reject the null hypothesis. The Type II error in this case would be that the real population mean turned out to be 65. We just failed to reject the null hypothesis because of our dodgy sample.
Is the above correct?
I seem to be able to explain the differences, but there is just something that isn’t clicking for me with these explanations. It’s as if type I and type II errors are simply inverses of each other which I know they are not (i.e. P(Type I) is not equal to P(1 - Type II).
Does someone have a good analogy for explaining this that will make this stick. It’s really hurting my brain each time working this out again.
 
i have to check my notes , but i believe a type II error is failure to reject the null when its actually false.
 
khaykin wrote:
i have to check my notes , but i believe a type II error is failure to reject the null when its actually false.
Yeah, sorry, typo on my part.. Should have been.
Type I error: the rejection of the null hypothesis when it is actually true.
Type II error: the failure to reject the null hypothesis when it is actually false.
 
Try looking it up on the Khan Academy website. I’d be surprised if there isn’t an explanation video there about this.
 
Type I error: A null hypothesis was rejected when it was true
We rejected a null hypothesis mistakenly when it should not have been rejected
Type II error: A null hypothesis was not rejected when it was false
We were unable to reject the null hypothesis or we failed to reject the null hypothesis when it was wrong.
 
Here’s an easy way to remember it. This, from Statistics for Dummies.
A man is tried on criminal charges. The man is presumed innocent unless proven guilty.
Type I = An innocent man is found guilty
Type II = A guilty man is set free.
Society generally prefers Type II errors in criminal justice. Thus, Type I errors are worse than Type II errors.
 
Hank Moody wrote:
Here’s an easy way to remember it. This, from Statistics for Dummies.
A man is tried on criminal charges. The man is presumed innocent unless proven guilty.
Type I = An innocent man is found guilty
Type II = A guilty man is set free.
Society generally prefers Type II errors in criminal justice. Thus, Type I errors are worse than Type II errors.

Thanks Hank. Regarding this analogy. Which is the null hypothesis? I’ve seen this analogy before but what confuses me about it is the Type I and Type II error assignment appears dependent on what you use at your null hypothesis.
So in your example, I’m assuming the null hypothesis is that he is innocent (for the Type I error at least). If our null hypothesis had been that he is guilty, then a Type I error would have occurred if “a guilty man is set free”, not Type II.
If the man is presumed innocent until proven guilty, then shouldn’t the null hypothesis be that his is guilty (i.e. the thing we are trying to disprove), and the alternative is that he is innocent?
 
The null hypothesis is that the man is innocent. The prosecution has to prove its case (the alternate hypothesis). The null is always the default.
Remember that T1 errors are always worse
– we sent a guilty man to jail
– we hired a hotshot manager because we thought he was good when in fact it was just luck.
T2 errors are less worse
– we let a guilty man go free
– we passed on a truly good manager by mistake
Don’t worry if you don’t get this. I was totally clueless when I took Level I. Check out videos from KhanAcademy or bionic turtle (they’re free).
 
Back
Top