Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated:
1
00:00:00,660 --> 00:00:01,589
Instructor: In this lesson,
2
00:00:01,589 --> 00:00:02,940
we will learn about the errors
3
00:00:02,940 --> 00:00:05,073
that can be made in hypothesis testing.
4
00:00:06,630 --> 00:00:09,960
In general, we can have two types of errors,
5
00:00:09,960 --> 00:00:13,110
type one error and type two error.
6
00:00:13,110 --> 00:00:14,340
Sounds a bit boring,
7
00:00:14,340 --> 00:00:17,193
but this will be a fun lecture, I promise.
8
00:00:18,150 --> 00:00:20,040
First, we will define the problems,
9
00:00:20,040 --> 00:00:22,390
and then we will see some interesting examples.
10
00:00:23,640 --> 00:00:27,870
Type one error is when you reject a true null hypothesis.
11
00:00:27,870 --> 00:00:30,300
It is also called a false positive.
12
00:00:30,300 --> 00:00:33,180
The probability of making this error is alpha,
13
00:00:33,180 --> 00:00:34,623
the level of significance.
14
00:00:35,550 --> 00:00:38,040
Since you, the researcher, choose the alpha,
15
00:00:38,040 --> 00:00:41,613
the responsibility for making this error lies solely on you.
16
00:00:43,260 --> 00:00:47,130
Type two error is when you accept a false null hypothesis.
17
00:00:47,130 --> 00:00:50,283
The probability of making this error is denoted by beta.
18
00:00:51,300 --> 00:00:53,310
Beta depends mainly on sample size
19
00:00:53,310 --> 00:00:55,050
and magnitude of the effect.
20
00:00:55,050 --> 00:00:58,620
So if your topic is difficult to test due to hard sampling
21
00:00:58,620 --> 00:01:01,410
or the effect you are looking for is almost negligible,
22
00:01:01,410 --> 00:01:03,660
it is more likely to make this type of error.
23
00:01:04,950 --> 00:01:07,320
We should also mention that the probability of rejecting
24
00:01:07,320 --> 00:01:10,863
a false null hypothesis is equal to one minus beta.
25
00:01:11,850 --> 00:01:13,770
This is the researcher's goal,
26
00:01:13,770 --> 00:01:16,440
to reject a false null hypothesis,
27
00:01:16,440 --> 00:01:20,103
therefore, one minus beta is called the power of the test.
28
00:01:21,420 --> 00:01:24,540
Most often, researchers increase the power of a test
29
00:01:24,540 --> 00:01:26,193
by increasing the sample size.
30
00:01:28,020 --> 00:01:30,390
This is a common table statisticians use
31
00:01:30,390 --> 00:01:32,103
to summarize the types of errors.
32
00:01:33,210 --> 00:01:36,180
Now let's see an example that I heard from my professor
33
00:01:36,180 --> 00:01:38,733
back when I was studying statistics in university.
34
00:01:40,290 --> 00:01:42,930
You are in love with this girl from the other class
35
00:01:42,930 --> 00:01:44,913
but are unsure if she likes you.
36
00:01:45,840 --> 00:01:47,460
The status quo in this situation
37
00:01:47,460 --> 00:01:49,473
is she doesn't like you back.
38
00:01:50,460 --> 00:01:53,583
So H-0 is she doesn't like you back.
39
00:01:55,110 --> 00:01:57,120
Generally, there are four possibilities,
40
00:01:57,120 --> 00:01:59,403
which can be summarized in the same table.
41
00:02:00,480 --> 00:02:03,900
For you, the status quo is that she doesn't like you.
42
00:02:03,900 --> 00:02:06,300
You are investigating what to do.
43
00:02:06,300 --> 00:02:09,270
If you accept the null hypothesis, you accept the fact
44
00:02:09,270 --> 00:02:12,333
she doesn't like you, therefore, you do nothing.
45
00:02:13,830 --> 00:02:17,880
If you reject null hypothesis, you reject the status quo.
46
00:02:17,880 --> 00:02:19,803
You go to her and invite her out.
47
00:02:21,120 --> 00:02:22,680
Okay, great.
48
00:02:22,680 --> 00:02:24,393
So far, so good.
49
00:02:25,560 --> 00:02:28,440
Now the truth itself can be one of two options.
50
00:02:28,440 --> 00:02:31,713
H-0 is true or H-0 is false.
51
00:02:33,030 --> 00:02:34,710
So she doesn't like you back
52
00:02:34,710 --> 00:02:36,513
or she does like you back, right.
53
00:02:37,650 --> 00:02:41,223
Okay, what happens if you accept the null when it is true?
54
00:02:42,210 --> 00:02:43,500
You do nothing.
55
00:02:43,500 --> 00:02:45,870
In reality, the girl doesn't like you back.
56
00:02:45,870 --> 00:02:48,620
You save yourself the embarrassment, and it's all good.
57
00:02:50,610 --> 00:02:53,880
Now another possible situation is the following.
58
00:02:53,880 --> 00:02:57,063
The null is not true, so she actually likes you.
59
00:02:58,500 --> 00:03:01,290
Your statistical test tells you to reject the null
60
00:03:01,290 --> 00:03:02,943
and you go and invite her out.
61
00:03:04,080 --> 00:03:06,540
Obviously, that's favorable for everybody,
62
00:03:06,540 --> 00:03:09,480
so it's all rainbows and butterflies.
63
00:03:09,480 --> 00:03:11,103
That's all clear, I believe.
64
00:03:12,930 --> 00:03:15,960
However, there are two errors you can make.
65
00:03:15,960 --> 00:03:18,870
First, if she doesn't like you back and you invite her out
66
00:03:18,870 --> 00:03:20,733
you are making the type one error.
67
00:03:22,080 --> 00:03:23,790
You got a false positive.
68
00:03:23,790 --> 00:03:25,800
What you do is go and invite her out.
69
00:03:25,800 --> 00:03:28,230
She tells you she has a boyfriend that is much older,
70
00:03:28,230 --> 00:03:30,630
smarter, and better at statistics than you
71
00:03:30,630 --> 00:03:31,923
and turns her back.
72
00:03:34,560 --> 00:03:37,680
Okay, now imagine she actually liked you,
73
00:03:37,680 --> 00:03:40,950
but you accepted the null and did nothing about it.
74
00:03:40,950 --> 00:03:43,680
In other words, you made a type two error.
75
00:03:43,680 --> 00:03:47,700
You accepted a false null hypothesis and lost your chance.
76
00:03:47,700 --> 00:03:49,530
You could have been made for each other,
77
00:03:49,530 --> 00:03:51,123
but you didn't even try.
78
00:03:53,190 --> 00:03:54,870
Both of those cases are sad,
79
00:03:54,870 --> 00:03:58,650
but hypothesis testing is the way it is.
80
00:03:58,650 --> 00:04:00,840
You don't really wanna make any of the two errors,
81
00:04:00,840 --> 00:04:02,490
but it happens sometimes.
82
00:04:02,490 --> 00:04:05,610
You should be aware that statistics is very useful,
83
00:04:05,610 --> 00:04:06,693
but not perfect.
84
00:04:07,890 --> 00:04:12,890
All right, that's all from our love/life/statistics lesson.
85
00:04:13,110 --> 00:04:14,110
Thanks for watching.
6729
Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.