Skip to content

rust-ndarray/ndarray-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ndarray-stats

Build status Coverage Dependencies status Crate Documentation

This crate provides statistical methods for ndarray's ArrayBase type. See the documentation for more information.

Only some statistical routines are implemented. Please feel free to contribute new functionality!

Using with Cargo

[dependencies]
ndarray = "0.12.1"
ndarray-stats = "0.1"

Releases

  • 0.1.0

    • Initial release by @LukeMathWalker and @jturner314.

Contributing

Please feel free to create issues and submit PRs.

License

Copyright 2018 ndarray-stats developers

Licensed under the Apache License, Version 2.0, or the MIT license, at your option. You may not use this project except in compliance with those terms.

About

Statistical routines for ndarray

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Contributors 12

Languages