Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
46 lines (37 loc) · 1.11 KB

File metadata and controls

46 lines (37 loc) · 1.11 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[package]
name = "ndarray-stats"
version = "0.5.1"
authors = ["Jim Turner <ndarray-stats@turner.link>", "LukeMathWalker <rust@lpalmieri.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-ndarray/ndarray-stats"
documentation = "https://docs.rs/ndarray-stats/"
readme = "README.md"
description = "Statistical routines for ArrayBase, the n-dimensional array data structure provided by ndarray."
keywords = ["array", "multidimensional", "statistics", "matrix", "ndarray"]
categories = ["data-structures", "science"]
[dependencies]
ndarray = "0.16.0"
noisy_float = "0.2.0"
num-integer = "0.1"
num-traits = "0.2"
rand = "0.8.3"
itertools = { version = "0.13.0", default-features = false }
indexmap = "2.4.0"
[dev-dependencies]
ndarray = { version = "0.16.0", features = ["approx"] }
criterion = "0.5.1"
quickcheck = { version = "1.0.3", default-features = false }
ndarray-rand = "0.15.0"
approx = "0.5.1"
quickcheck_macros = "1.0.0"
num-bigint = "0.4.0"
[[bench]]
name = "sort"
harness = false
[[bench]]
name = "summary_statistics"
harness = false
[[bench]]
name = "deviation"
harness = false
Morty Proxy This is a proxified and sanitized view of the page, visit original site.