[[bench]]
harness = false
name = "ols"
required-features = ["unstable"]
[[bench]]
harness = false
name = "dickeyfuller"
required-features = ["unstable"]
[dependencies.nalgebra]
version = "0"
[dependencies.rand]
optional = true
version = "0"
[dependencies.rand_distr]
optional = true
version = "0"
[dependencies.thiserror]
version = "1"
[dev-dependencies.approx]
version = "0"
[dev-dependencies.criterion]
version = "0"
[dev-dependencies.rand]
version = "0"
[dev-dependencies.rand_chacha]
version = "0"
[dev-dependencies.rand_distr]
version = "0"
[features]
default = []
unstable = ["rand", "rand_distr"]
[package]
authors = ["Sebastien Soudan <sebastien.soudan@gmail.com>"]
categories = ["science", "mathematics"]
description = "Unit root tests"
documentation = "https://docs.rs/unit-root"
edition = "2021"
exclude = ["/.github/*", "/.cargo/*", "/.gitignore"]
homepage = "https://github.com/ssoudan/unit-root"
keywords = ["math", "statistics", "unit-root"]
license = "Apache-2.0"
name = "unit-root"
readme = "README.md"
repository = "https://github.com/ssoudan/unit-root"
version = "0.2.0"