[package] name = "stochastic-rs-stats" version = "0.1.4" edition = "2021" license = "MIT" description = "A Rust library for the statistical analysis of stochastic processes" homepage = "https://github.com/dancixx/stochastic-rs-stats" documentation = "https://docs.rs/stochastic-rs/latest/stochastic_rs_stats/" repository = "https://github.com/dancixx/stochastic-rs" readme = "README.md" keywords = ["stochastic", "process", "random", "simulation", "monte-carlo"] [dependencies] approx = "0.5.1" linreg = "0.2.0" ndarray = { version = "0.16.1", features = [ "rayon", "matrixmultiply-threading", ] } stochastic-rs = { version = "0.8.2", path = "../stochastic-rs-core" }