Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
criterion-stats 0.2.0 - Docs.rs
[go: Go Back, main page]

criterion-stats 0.2.0

Criterion's statistics library
Documentation
[package]
authors = ["Jorge Aparicio <japaricious@gmail.com>", "Brook Heisler <brookheisler@gmail.com>"]
name = "criterion-stats"
version = "0.2.0"

description = "Criterion's statistics library"
repository = "https://github.com/japaric/criterion.rs"
readme = "README.md"
keywords = ["statistics", "stats", "criterion"]
license = "MIT/Apache-2.0"

[dependencies]
cast = "0.2"
num-traits = "0.1.41"
num_cpus = "1"
rand = "0.3.13"
thread-scoped = "1.0.1"

[dev-dependencies]
approx = "0.1.0"
itertools-num = "0.1"
quickcheck = "0.6"
criterion = { path="..", version="0.1.2" }

[badges]
travis-ci = { repository = "japaric/criterion.rs" }
appveyor = { repository = "japaric/criterion.rs", id = "4255ads9ctpupcl2" }
maintenance = { status = "actively-maintained" }

[[bench]]
name = "univariate_kde"
harness = false

[[bench]]
name = "univariate_sample"
harness = false

[[bench]]
name = "univariate_bootstrap"
harness = false

[[bench]]
name = "bivariate_regression"
harness = false

[[bench]]
name = "bivariate_bootstrap"
harness = false