ndarray-stats
ndarray-stats copied to clipboard
Add examples to Rust cookbook
The Rust cookbook has a section on statistics but, while other section points you to common crates, its examples are about computing the mean, median and std from scratch.
It might be a good place to advertise about ndarray-stats (and maybe a non ndarray based crate such as statistical).
There is a PR open https://github.com/rust-lang-nursery/rust-cookbook/pull/560
The cookbook has traditionally been about displaying curated crates, originally selected through the libs team. I think this model is doing the community a disservice. If the ndarray team wants to showcase ndarray-stats as a better way of doing things, lets do it.