From c4764da31d695abf4403b3b76a14b8c55b4c6ace Mon Sep 17 00:00:00 2001 From: Tian Linger Xu Date: Tue, 3 Mar 2020 18:47:13 -0500 Subject: [PATCH] update readme --- Module_4_Granger_Causality/README.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Module_4_Granger_Causality/README.md b/Module_4_Granger_Causality/README.md index 1002c89..3cedcec 100644 --- a/Module_4_Granger_Causality/README.md +++ b/Module_4_Granger_Causality/README.md @@ -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 diff --git a/README.md b/README.md index c05bd97..46ca4ee 100644 --- a/README.md +++ b/README.md @@ -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