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 Function Name Change? #8

Closed JosephTLyons closed 4 years ago

JosephTLyons commented 4 years ago

Since the function returns more than just outliers (the non-outliers as well), should name be something else, like “calculate,” or “partition_data_using_tukeys?”

JosephTLyons commented 4 years ago

Probably not