Reference ManualΒΆ

The class you will work most with is class upy.undarray. The name stands for uncertain ndarray, where ndarray is the numpy.ndarray n-dimensional array class.

For details on the undarray class, see:

For details on the printable undarray object class, which is returned on .printable(...) conversion of undarrays, see:

For the accompanying statistical functions (mostly very simpleminded and alpha), see:

For details on the guts of upy, see (from bottom to top):

For details on the unittests, see:

Previous topic

upy Tutorial

Next topic

The upy uncertain ndarray: class undarray

This Page