Releases: aptech/gauss-sampler-library
Releases · aptech/gauss-sampler-library
0.1.0 - Alpha Release
Preliminary econometric package containing the GAUSS Bayesian sampler library.
Installation
The GAUSS sampler library can be easily installed using the GAUSS Application Installer, as shown below:
- Download the zipped folder
samplerlib.zip. - Select Tools > Install Application from the main GAUSS menu.
- Follow the installer prompts, making sure to navigate to the downloaded
samplerlib.zip. - Before using the functions created by
samplerlibyou will need to load the newly createdsamplerliblibrary. This can be done in a number of ways:
- Navigate to the library tool view window and click the small wrench located next to the
samplernliblibrary. SelectLoad Library. - Enter
library samplerlibin the program input/output window. - Put the line
library samplerlib;at the beginning of your program files.