Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lingerxu committed Mar 3, 2020
1 parent e409e8c commit c4764da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Module_4_Granger_Causality/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Start MATLAB or Octave and set the current working directory to the folder where
cd C:\Downloads\Time-Series-Analysis\Module_4_Granger_Causality
```

If you are using Octave, please download *statistics* package from [here](https://octave.sourceforge.io/statistics/index.html) and *image* package from [here](https://octave.sourceforge.io/image/). After open Octave, please intall and load the packages by typing the commands below:
If you are using Octave, please download *statistics* package from [here](https://octave.sourceforge.io/statistics/index.html) and *image* package from [here](https://octave.sourceforge.io/image/). After open Octave, please install and load the packages by typing the commands below:
```
pkg install statistics-1.4.1.tar.gz
pkg load statistics
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The four methods are complementary to each other, yet each module is standalone.
## System requirement and Matlab installation
Our scripts can be run on Matlab version 2018a and later versions. Matlab is available on all three main types of operating systems: Windows, macOS, and Linux. While Matlab is not free and open source which presents limitations to our users, many institutions offer Matlab for free. One can check this following website to see if a free campus license is available [here](https://www.mathworks.com/academia/tah-support-program/eligibility.html). [Here](https://www.mathworks.com/help/install/ug/install-and-activate-without-an-internet-connection.html) are the instructions for Matlab installation. Alternatively, users can install and run our code modules on GNU Octave which is open source and runs on GNU/Linux, macOS, BSD, and Windows. [This page](https://www.gnu.org/software/octave/#install) contains the installation information for GNU Octave.

For Octave users, please download *statistics* package from [here](https://octave.sourceforge.io/statistics/index.html) and *image* package from [here](https://octave.sourceforge.io/image/). After open Octave, please intall and load the packages by typing the commands below:
For Octave users, please download *statistics* package from [here](https://octave.sourceforge.io/statistics/index.html) and *image* package from [here](https://octave.sourceforge.io/image/). After open Octave, please install and load the packages by typing the commands below:
```
pkg install statistics-1.4.1.tar.gz
pkg load statistics
Expand Down

0 comments on commit c4764da

Please sign in to comment.