Coursepage of ESTIMATING VOLATILITY IN HIGH-FREQUENCY DATA/FINANCIAL ECONOMETRICS(GPP)

Information

Location: Room 544 Mita campus

Time slot: Wednesday 4th period 14:45-16:15

Semester: Spring 2025

Calendar

Description of the course

The course is about estimation of volatility with the use of financial time series. The emphasize of this course is on financial data. The student will learn independently about the GARCH model, and its use with the software R. Each student should choose a project, and to make a report and a final presentation to the class. The project and presentation should include model, numerical study and data implementation. Projects outside of the field of financial econometrics are also possible.

Course material

The course follows Introductory Time Series with R from Paul S.P. Cowpertwait and Andrew V. Metcalfe book content. The book can be downloaded for free from Keio University. We aim to cover Chapter 7 of the book. The study of the book will be done independently by the student.

Software R

This course is not all about R, but some learning of this programming language is necessary to understand the book. Students need to be confident with the language R, so that they can interpret the results obtained when following the book content. Some students have no background at all in any programming language, and it will require more effort from them. The goal of this course is not that you become an expert of R, but rather that you know enough.
Before starting to work on Homework 1, you need to download R (without R, you cannot follow the book and do the homework). You can actually download R here. Now that you have installed it, you can start to launch it, and you will see the R console. Try to type 2+3, and then press "enter", and you should see 5 as a result. Students have to use the friendly interface user for R called Rstudio. RStudio is available here. Once you have installed RStudio, you can launch it. From now on, you do not need to use the R console, so you do not need to launch R application directly again (except for the part 1.2 of the tutorial on R that follows). Now it is time that you work scrupulously going through Chapter 1 and Chapter 2 of this tutorial.
Once you have completed the tutorial, you can start reading the book from Chapter 7.

Dataset

Dataset can be found here: Maine.dat ; USunemp.dat ; cbe.dat ; pounds_nz.dat ; global.dat ; Herald.dat ; wave.dat ; Fontdsdt.dat ; ApprovActiv.dat ; motororg.dat ; wine.dat ; stockmarket.dat. To import the data on R, you can follow the example on specialresearch.R using the dataset file. You can also use other datasets here .

Evaluation

The evaluation will be based on the report (50% of the final grade) and the final presentation (50% of the final grade). The report should be written in Latex, and should be around 15-20 page long. Its style should be based on a research paper, with different sections and including a bibliography. The presentation will be 15 minute long, including 5 minutes for questions. Latex is a typing sofware for high-quality presentation. You can use Overleaf where you can code with Latex directly online. You can have all the documentation about Latex at The Latex Project.