Giter VIP home page Giter VIP logo

ba2_r's Introduction

Vergleich von Modellen zur impliziten Volatilitätsbestimmung des Austrian Traded Index (ATX) während verschiedener Phasen der COVID-19-Krise im Zeitraum 01.07.2019 bis 31.06.2020

Dieses Repository enthält den R-Quellcode für meine Bachelorarbeit II über den Vergleich von verschiedenen statistischen Modellen zur Prognose der Volatilität des ATX.


Voraussetzungen

Die folgenden Voraussetzungen konnten nicht in das Repository aufgenommen werden und müssen ggf. separat heruntergeladen werden:

Weiters werden folgende R-Pakete benötigt:

bzw. direkt in R:

install.packages("FinTS")
install.packages("forecast")
install.packages("ICglm")
install.packages("MASS")
install.packages("Metrics")
install.packages("MuMIn")
install.packages("pwr")
install.packages("rugarch")
install.packages("smooth")
install.packages("tidyr")
install.packages("tseries")
install.packages("TTR")
install.packages("vars")
install.packages("xtable")
install.packages("xts")
install.packages("zoo")

install.packages("ggplot2")
install.packages("ggforce")
install.packages("ggpubr")
install.packages("ggthemes")

install.packages("here")
install.packages("latex2exp")
install.packages("scales")

Daten

Die historischen Kurse des ATX können hier abgerufen werden: https://www.wienerborse.at/

Die historischen Kurse des MSCI World können hier abgerufen werden: https://www.msci.com/

Kopien der historischen Kurse im .CSV-Format finden sich im Repository unter:


Start

Um den R-Quellcode ausführen zu können, kann das Repository als .ZIP-Datei heruntergeladen und als lokales Arbeitsverzeichnis verwendet oder mit Git geklont werden.

Der R-Quellcode ist in mehrere Dateien aufgeteilt, die Haupt- bzw. Arbeitsdatei stellt main.r da, über welche die verschiedenen Nebendateien (z.B. Funktionen) aufgerufen werden.

ba2_r's People

Contributors

jausc avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.