ndarray-stats icon indicating copy to clipboard operation
ndarray-stats copied to clipboard

Add examples to Rust cookbook

Open nestordemeure opened this issue 6 years ago • 2 comments

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).

nestordemeure avatar Aug 27 '19 16:08 nestordemeure

There is a PR open https://github.com/rust-lang-nursery/rust-cookbook/pull/560

LukeMathWalker avatar Dec 04 '19 08:12 LukeMathWalker

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.

AndyGauge avatar Dec 14 '19 19:12 AndyGauge