constellation-rs / amadeus

Harmonious distributed data analysis in Rust.
https://constellation.rs/amadeus
Apache License 2.0
472 stars 26 forks source link

Adding statistical functions #102

Closed kevloui closed 3 years ago

kevloui commented 3 years ago

Thank you for the fixes!

kevloui commented 3 years ago

Added .stddev() and split stats.rs into mean.rs and stddev.rs for clarity.

kevloui commented 3 years ago

Changes to stddev.rs for pooled SD. General cleanup.