Module ndarray_stats::errors
source · Expand description
Custom errors returned from our methods and functions.
Structs§
- An error that indicates that the input array was empty.
- 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 whena.shape() == b.shape()
evaluates toFalse
).
Enums§
- An error computing a minimum/maximum value.
- An error for methods that take multiple non-empty array inputs.
- An error computing a quantile.