Averaging Functions

upy.mean(sequence, weights=None, dtype=None)

Calculates the mean of a SEQUENCE, with optional WEIGHTS. See the __doc__ string of the upy.averaging module for more information. DTYPE is the dtype of the arrays used during conversion.

upy.representative(sequence, weights=None, dtype=None)

Calculates the representative of a SEQUENCE, with optional WEIGHTS. See the __doc__ string of the upy.averaging module for more information. DTYPE is the dtype of the arrays used during conversion.

Previous topic

undarray Printing Framework

Next topic

Linear Regression Functions

This Page