module __init__#

Short summary#

module mlstatpy

Module mlstatpy. Functions and examples associated to the content of the :epkg:`mlstatpy`.

source on GitHub

Functions#

function

truncated documentation

_setup_hook

if this function is added to the module, the help automation and unit tests call it first before anything goes on …

check

Checks the library is working. It raises an exception. If you want to disable the logs:

Documentation#

Module mlstatpy. Functions and examples associated to the content of the :epkg:`mlstatpy`.

source on GitHub

mlstatpy._setup_hook(use_print=False)#

if this function is added to the module, the help automation and unit tests call it first before anything goes on as an initialization step.

source on GitHub

mlstatpy.check(log=False)#

Checks the library is working. It raises an exception. If you want to disable the logs:

Paramètres:

log – if True, display information, otherwise

Renvoie:

0 or exception

source on GitHub