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

Should the median function be exposed as a freebie? #3

Closed JosephTLyons closed 4 years ago

JosephTLyons commented 4 years ago

Seems like a trivial function, but it is already there, so it could be exposed. On the other hand, it seems a bit weird to do.

JosephTLyons commented 4 years ago

No, only give access to outlier functions.