Addons/stats/base
< Addons
Jump to navigation
Jump to search
User Guide | Installation | Development | Categories | Git | Build Log
stats/base - Basic statistical utilities
Many of the utilities available in this addon were previously available as packages within the base library.
The stats/base Addon consists of a number of scripts including:
- random.ijs - random number generation
- distribution.ijs - statistical distributions
- sampledesign.ijs - sample design utilities
- univariate.ijs - univariate utilities
- multivariate.ijs - multivariate utilities
Installation
The recommended method of installation is to use the JAL/Package Manager.
Once the addon is installed you can load all the scripts using:
load 'stats/base'
or load individual scripts available within the addon, for example:
load 'stats/base/univariate'
You may sometimes see code like:
load 'stats'
This is equivalent to load 'stats/base'