1
00:00:11,050 --> 00:00:16,780
OK, so in this lecture, we are going to summarize everything we learned in this section, this section

2
00:00:16,780 --> 00:00:18,700
is in many ways the heart of this course.

3
00:00:19,060 --> 00:00:23,970
When people think about what is Time series analysis, it's often the case that they think of Arima.

4
00:00:24,670 --> 00:00:27,970
You've learned that a rhema can be used for both modeling and prediction.

5
00:00:28,540 --> 00:00:33,940
It can be used to forecast the Time series, but it can also give you very important information about

6
00:00:33,940 --> 00:00:35,620
how that Time series is structured.

7
00:00:36,790 --> 00:00:41,740
The methods you learned in this section tell you directly whether or not a data point depends on past

8
00:00:41,740 --> 00:00:43,750
data points or past errors.

9
00:00:44,320 --> 00:00:48,400
As a side note, do keep in mind that these are linear relationships only.

10
00:00:53,080 --> 00:00:58,450
To be more specific, we started this section by learning about auto regressive models, moving average

11
00:00:58,450 --> 00:01:03,310
models and auto regressive moving average models, which simply combines the previous two.

12
00:01:04,300 --> 00:01:09,490
We learned about each of the and parameters and what they imply about the Time series you're dealing

13
00:01:09,490 --> 00:01:09,910
with.

14
00:01:10,780 --> 00:01:16,150
The next step was to learn about how to choose pre and Q, which interestingly is most intuitive.

15
00:01:16,150 --> 00:01:19,780
When you go backwards from the way they were introduced, starting with D.

16
00:01:20,530 --> 00:01:25,660
D is interesting because it has nothing to do with model parameters, but instead it tells you how many

17
00:01:25,660 --> 00:01:29,200
times your data needs to be different in order to become stationary.

18
00:01:30,380 --> 00:01:36,470
The next step was to learn about how to choose CU using the Akef now, one kind of interesting thing

19
00:01:36,470 --> 00:01:42,110
about the Akef and the pickoff is although they are usually introduced as a pair, one is pretty simple,

20
00:01:42,110 --> 00:01:43,950
while the other is pretty non-trivial.

21
00:01:44,420 --> 00:01:48,620
So don't feel too bad if you don't understand the Sieff on your first try.

22
00:01:49,370 --> 00:01:55,430
Intuitively, we know that the SKW is powerful because it tells us how to choose the number of legs

23
00:01:55,430 --> 00:01:57,230
needed in your auto regressive model.

24
00:01:58,520 --> 00:02:03,500
One important exercise that we completed in the section was to check that the common rules for how to

25
00:02:03,500 --> 00:02:06,320
choose to actually work as promised.

26
00:02:06,740 --> 00:02:10,310
These are not experiments that students would typically do in a time series class.

27
00:02:10,520 --> 00:02:14,570
And I hope that they helped provide you with some intuition for why those rules were.

28
00:02:19,370 --> 00:02:24,470
Now, in modern times, it's often the case that we simply throw computing power at model selection

29
00:02:24,470 --> 00:02:26,270
instead of trying to use heuristics.

30
00:02:27,290 --> 00:02:31,970
So in this section we learned how to use auto arima in order to find the best model.

31
00:02:32,750 --> 00:02:38,390
In order to understand how auto Arima works, we learned about the AIC on the Bisi, which are used

32
00:02:38,390 --> 00:02:41,390
as a score to be optimized when doing model selection.

33
00:02:46,010 --> 00:02:51,380
Once we learn the ins and outs of a and model selection, we apply to what we learned to new data sets,

34
00:02:51,380 --> 00:02:53,720
including champagne sales and stock prices.

35
00:02:54,500 --> 00:02:57,880
The most interesting data, in my opinion, is stock prices.

36
00:02:58,340 --> 00:03:04,100
In fact, what we found was that in essentially all cases, no model was able to beat the Niyi forecast.

37
00:03:04,610 --> 00:03:08,410
This is therefore strong evidence in support of the random hypothesis.

38
00:03:09,230 --> 00:03:14,750
When we looked at the AKF in the pickoff, we found even more evidence to suggest that stock prices

39
00:03:14,750 --> 00:03:16,650
very closely follow a random walk.

40
00:03:17,180 --> 00:03:22,310
Now, this is not to say that the random walk hypothesis is true, but it does imply that trying to

41
00:03:22,310 --> 00:03:26,390
forecast stock movements is nearly as difficult as trying to predict a coin flip.
