JosephTLyons / outliers

A Rust crate used to identify outliers in a data set
GNU General Public License v3.0
1 stars 0 forks source link

Match against any casting errors returned to the get_tukeys_outliers() functions and return an error if so #10

Closed JosephTLyons closed 4 years ago

JosephTLyons commented 4 years ago

The function can continue and execute just fine if one of the issues that hits is any error but a casting error. The minimum errors are fine, they will be ignored and basically nothing will be in the lower and upper outlier vectors, but casting issues should cause an error to be reported.

JosephTLyons commented 4 years ago

Mixed into here: https://github.com/JosephTLyons/outliers/commit/1992487194706d8d6316b407a25822bf2747c39e