Skip to content

Commit 1645831

Browse files
author
Johan Dahlin
committed
Update README.md
Added information about how to get the OMXS30 data using Quandl. Former-commit-id: 230c1cf [formerly 230c1cf [formerly afb77c0]] Former-commit-id: 5783add8019828f706fe2692f431858e6305b3c9 Former-commit-id: 1fb1553
1 parent 9702ee8 commit 1645831

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ Requirements
1010
--------------
1111
The code is written and tested for R 3.2.2, Matlab R2014a and Python 2.7.
1212

13-
The implementation in R makes use of the package mvtnorm. It can be installed by the command "install.packages("mvtnorm")". The implementation in Python makes use of NumPy 1.7.1, SciPy 0.12.0, Matplotlib 1.2.1, Pandas. Please have these packages installed, on Ubuntu they can be installed using "sudo pip install --upgrade *package-name* ". The implementation in Matlab only makes use of the statistics toolbox.
13+
The implementation in R makes use of the packages Quandl and mvtnorm. They can be installed by the command "install.packages(c("mvtnorm","Quandl"))".
14+
15+
The implementation in Python makes use of NumPy 1.7.1, SciPy 0.12.0, Matplotlib 1.2.1, Pandas and Quandl. Please have these packages installed, on Ubuntu they can be installed using "sudo pip install --upgrade *package-name* ". See < https://www.quandl.com/tools/python > for more information.
16+
17+
The implementation in Matlab makes use of the statistics toolbox and the Quandl package. See < https://github.com/quandl/Matlab > for more installation and to download the toolbox. Note that urlread2 is required by the Quandl toolbox and should be installed as detailed in the README file of the Quandl toolbox.
1418

1519
Included files
1620
--------------
@@ -33,6 +37,3 @@ Implementes the data generation for the LGSS model (generateData), the faPF for
3337

3438
**parameterEstimationHelper.[py,R]**
3539
Implementes the PMH algorithm for the LGSS model (pmh), the SV model (pmh_sv) and the reparameterised SV model (pmh_sv_reparametrised). In Matlab, these functions are defined in two seperate m-files with the corresponding file names.
36-
37-
**omxs30data.csv**
38-
Scaled log-returns calculated using the closing prices of the NASDAQ OMXS30 index during the period January 2, 2012 and January 2, 2014. The data is collected from Quandl: https://www.quandl.com/data/NASDAQOMX/OMXS30.

0 commit comments

Comments
 (0)