inferust 0.1.12

Statistical modeling for Rust — OLS/WLS regression, GLM, survival analysis, ARIMA/VAR, nonparametric tests, and more. A statsmodels-style library.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "inferust"
version = "0.1.12"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Statistical modeling for Rust — OLS/WLS regression, GLM, survival analysis, ARIMA/VAR, nonparametric tests, and more. A statsmodels-style library."
homepage = "https://github.com/rogerneal/inferust"
documentation = "https://docs.rs/inferust"
readme = "README.md"
keywords = [
    "statistics",
    "regression",
    "survival-analysis",
    "time-series",
    "statsmodels",
]
categories = [
    "science",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/rogerneal/inferust"

[lib]
name = "inferust"
path = "src/lib.rs"

[[example]]
name = "basic_ols"
path = "examples/basic_ols.rs"

[[example]]
name = "bench_ols"
path = "examples/bench_ols.rs"

[[example]]
name = "diagnostics"
path = "examples/diagnostics.rs"

[[example]]
name = "discrete_models"
path = "examples/discrete_models.rs"

[dependencies.nalgebra]
version = "0.33"

[dependencies.statrs]
version = "0.17"

[dependencies.thiserror]
version = "1"