Skip to content

Commit af57e94

Browse files
author
compops
committed
Merge branch 'master' of github.com:compops/pmh-tutorial
Former-commit-id: 67332a7 [formerly 67332a7 [formerly 4e94837]] Former-commit-id: 9d7568ac0df5a6127055771ff535697e6e4a0439 Former-commit-id: c01a289
2 parents cff30b9 + bee8497 commit af57e94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ The papers are available as a preprint from < http://arxiv.org/pdf/1511.01707 >
88

99
Requirements
1010
--------------
11-
The code is written and tested for R 3.2.2, Matlab R2014a and Python 2.7 with some additional libraries/packages (see below).
11+
The code is written and tested for R 3.2.2, Matlab R2014a and Python 2.7.6 with some additional libraries/packages (see below).
1212

1313
The implementation in R makes use of the packages Quandl and mvtnorm. They can be installed by the command "install.packages(c("mvtnorm","Quandl"))".
1414

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.
15+
The implementation in Python makes use of NumPy 1.9.2, SciPy 0.15.1, Matplotlib 1.4.3, Pandas 0.13.1 and Quandl 2.8.9. On Ubuntu, these packages can be installed/upgraded using "sudo pip install --upgrade package-name ". For more information about the Quandl library, see < https://www.quandl.com/tools/python >.
1616

1717
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.
1818

0 commit comments

Comments
 (0)