Skip to content

johnxzchen/Econ_prob

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Probability and Statistics

CC BY-NC-SA 4.0

Welcome to the 2023 summer short course for MSc.

Zhentao Shi

(July 2023, CUHK)

Contents

The teaching materials will be edited when the dates approach.

Three topics will be covered:

The contents can be found in the Jupyter Notebook lecture notes, which can be displayed in a web browser in a static form.

Interactive code

The following approaches make it possible to interact with the code cells in the Jupyter notebooks. They are ranked from the most convenient to the most cumbersome in terms of configuration.

  1. Click Binder. It may take some time to build the environment. Be patient. Changes cannot be saved by this approach, and thus they will get lost after closing your web browser.
  2. Log in CUHK Econ's SCRP server. Git and IRkernel are already installed there. Download the Github repos by copy and paste git clone https://github.com/zhentaoshi/Econ_prob.git
  3. Install Docker. Download the Docker image for this course by running docker pull ztshi/msc_prob_and_stat in a terminal. The GitHub repository is already written in the folder. Run docker run -p 10000:8888 ztshi/msc_prob_and_stat in a terminal. A token must be copied to log in to the web browser interface.
  4. Download to your local computer the Github repository. Copy and paste git clone https://github.com/zhentaoshi/Econ_prob.git in a terminal if the Git is installed. Jupyter Notebook must be installed to run the cells.

Extensive reading

Besides the lecture notes in this GitHub repository, you will find self-contained lecture notes in the first two chapters of Kevin Sheppard's Financial Economics I for MSc at Oxford University.

Mirror

If you are in Mainland China, here is a mirror in Shenzhen.

License

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

CC BY-NC-SA 4.0

About

Summer preparatory course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.8%
  • Other 1.2%