File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Build status] ( https://travis-ci.org/jturner314/ndarray-stats.svg?branch=master )] ( https://travis-ci.org/jturner314/ndarray-stats )
4
4
[ ![ Coverage] ( https://codecov.io/gh/jturner314/ndarray-stats/branch/master/graph/badge.svg )] ( https://codecov.io/gh/jturner314/ndarray-stats )
5
+ [ ![ Dependencies status] ( https://deps.rs/repo/github/jturner314/ndarray-stats/status.svg )] ( https://deps.rs/repo/github/jturner314/ndarray-stats )
6
+ [ ![ Crate] ( https://img.shields.io/crates/v/ndarray-stats.svg )] ( https://crates.io/crates/ndarray-stats )
7
+ [ ![ Documentation] ( https://docs.rs/ndarray-stats/badge.svg )] ( https://docs.rs/ndarray-stats )
5
8
6
- This crate provides statistical methods for [ ` ndarray ` ] 's ` ArrayBase ` type.
9
+ This crate provides statistical methods for [ ` ndarray ` ] 's ` ArrayBase ` type. See
10
+ the [ documentation] ( https://docs.rs/ndarray-stats ) for more information.
7
11
8
12
[ `ndarray` ] : https://github.com/bluss/ndarray
9
13
10
- Only some statistical functions are implemented. Please feel free to contribute
14
+ Only some statistical routines are implemented. Please feel free to contribute
11
15
new functionality!
12
16
13
17
## Using with Cargo
You can’t perform that action at this time.
0 commit comments