[][src]Module ndarray_stats::errors

Custom errors returned from our methods and functions.

Structs

EmptyInput

An error that indicates that the input array was empty.

ShapeMismatch

An error used by methods and functions that take two arrays as argument and expect them to have exactly the same shape (e.g. ShapeMismatch is raised when a.shape() == b.shape() evaluates to False).

Enums

MinMaxError

An error computing a minimum/maximum value.

MultiInputError

An error for methods that take multiple non-empty array inputs.

QuantileError

An error computing a quantile.