rust-ndarray / ndarray-stats

Statistical routines for ndarray
https://docs.rs/ndarray-stats
Apache License 2.0
201 stars 25 forks source link

Document and test .cov() for empty arrays #4

Closed jturner314 closed 6 years ago

jturner314 commented 6 years ago

I'd like to merge this once bluss/ndarray#492 is merged (and change the ndarray patch to ndarray = { git = "https://github.com/bluss/ndarray.git", branch = "master" }).

LukeMathWalker commented 6 years ago

All good for me! Great that mean_axis and sum_axis will work for empty arrays after the PR on ndarray is merged.