Synopsis
Utility routines for CIAO (CIAO contributed package).
Syntax
from ciao_contrib.utils import *
Description
The ciao_contrib.utils module provides utility routines for CIAO users, and is provided as part of the CIAO contributed scripts package.
Loading the routines
The module can be loaded into Python by saying:
from ciao_contrib.utils import *
Contents
The utils module currenly provides the routines:
Routine | Description |
---|---|
simple_stats() | Calculate several basic statistic values for an array of numbers |
simple_hist() | Calculate a one-dimensional histogram of an array |
See the ahelp files for the individual packages and the contributed scripts page for further information.
Bugs
See the bugs pages for an up-to-date listing of known bugs.
Refer to the CIAO bug pages for an up-to-date listing of known issues.