Module ndarray_stats::errors [−][src]
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. |
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. |