Skip to content

HSG Course Advanced Numerical Methods and Data Science, Spring 2018

Notifications You must be signed in to change notification settings

CorinneKnoe/ANMADA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advanced Numerical Methods and Data Analysis

This repository contains projects for the course offered in Spring 2018 at the University of St. Gallen (HSG). The two contributors are Corinne and Simon.

Implements the option pricing method developed by Fang & Oosterlee, 2008.

Describes the setup of a personal data server from scratch (using DigitalOcean) and documents how we used Quandl to pull millions of futures data points to an SQL database on the server with only a few lines of python code.

User Manual

Requirements

1. Download code from github

You can either download this repository via the green Clone or Download button at the top of the page; or use git from your local terminal via

git clone https://github.com/CorinneKnoe/ANMADA.git

(downloads this repository into the location of your terminal session).

2. Python, Anaconda and Jupyter

With Anaconda we recommend the widely used and powerful package manager for python that also includes Jupyter Notebooks (which are needed to run the code above locally). You can download the installer for Python 3.6 here.

Jupyter Notebooks

Navigate to the ANMADA directory in your terminal and type:

jupyter notebook

This opens a new browser window and shows the files in the directory. Simply click on the .ipynb files to open them. You should now be able to explore and run the python code locally.

About

HSG Course Advanced Numerical Methods and Data Science, Spring 2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published