You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Requirements
10
10
--------------
11
11
The code is written and tested for R 3.2.2, Matlab R2014a and Python 2.7.
12
12
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 ofNumPy 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 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.
0 commit comments