[package]
edition = "2021"
rust-version = "1.80"
name = "solow-gee"
version = "0.7.3"
authors = ["Murat Ova"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust generalized estimating equations (GEE): Gaussian, Poisson, Binomial, Gamma families with exchangeable, autoregressive, and unstructured working correlations."
readme = "README.md"
keywords = [
"gee",
"regression",
"solow",
]
categories = [
"science",
"mathematics",
]
license = "BSD-3-Clause"
repository = "https://github.com/benovamurat/solow"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[lib]
name = "solow_gee"
path = "src/lib.rs"
[[test]]
name = "reference"
path = "tests/reference.rs"
[[test]]
name = "reference_ext"
path = "tests/reference_ext.rs"
[dependencies.ndarray]
version = "0.16"
[dependencies.num-traits]
version = "0.2"
[dependencies.solow-core]
version = "0.7.3"
[dependencies.solow-distributions]
version = "0.7.3"
[dependencies.solow-glm]
version = "0.7.3"
[dependencies.solow-linalg]
version = "0.7.3"
[dev-dependencies.approx]
version = "0.5"
[dev-dependencies.serde_json]
version = "1"