<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > STAT (Statistical module) |
Description
This module implements statistical functions mainly working on arrays.
We design this module to be as much fast as possible in order to be able to work on millions of data items.
How to use this module
Inside your script, before calling any module specific keyword, add the following:
USES "STAT"
This directive will load the module and add the following new keywords and relevant module equates.