Addons/stats/base

From J Wiki
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:

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'


See Also

Addons/stats/distribs