Skip to content

1.0.1 - qardl

Latest
Compare
Choose a tag to compare
@ec78 ec78 released this 15 Aug 03:58
· 12 commits to master since this release

##Change Log
Bug Fix:

  1. Indexing error in computing wald test for φ .

Installing

GAUSS 20+
The GAUSS QARDL library can be installed and updated directly in GAUSS using the GAUSS package manager.

GAUSS 18+
The GAUSS QARDL library can be easily installed using the GAUSS Application Installer, as shown below:

  1. Download the zipped folder qardl_1.0.1.zip from the QARDL Library Release page.

  2. Select Tools > Install Application from the main GAUSS menu.

  3. Follow the installer prompts, making sure to navigate to the downloaded qardl_1.0.1.zip.

  4. Before using the functions created by qardl you will need to load the newly created qardl library. This can be done in a number of ways:

  • Navigate to the Library Tool Window and click the small wrench located next to the qardl library. Select Load Library.
  • Enter library qardl in the Program Input/output Window.
  • Put the line library qardl; at the beginning of your program files.

Warning

Do not attempt to install using the Source Code (Zip) or Source Code (tar.gz) folders. The library will not properly install using these folders.