stochastic-processes 0.1.2

Stochastic processes simulation toolkit.
Documentation
[dependencies.nalgebra]
features = ["serde-serialize"]
version = "^0.31"

[dependencies.rand]
version = "0.8.5"

[dependencies.serde]
features = ["derive"]
optional = true
version = "^1.0"

[dependencies.serde-pickle]
optional = true
version = "^1.0"

[dependencies.serde_json]
optional = true
version = "^1.0"

[dependencies.statrs]
version = "0.15.0"

[features]
json = ["dep:serde", "dep:serde_json"]
py = ["dep:serde", "dep:serde-pickle"]

[package]
categories = ["mathematics"]
description = "Stochastic processes simulation toolkit."
documentation = "https://docs.rs/stochastic_processes"
edition = "2021"
homepage = "https://github.com/MeetThePatel/stochastic-processes"
keywords = ["math", "stochastic", "simulation"]
license = "MIT"
name = "stochastic-processes"
readme = "README.md"
repository = "https://github.com/MeetThePatel/stochastic-processes"
resolver = "2"
version = "0.1.2"

[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "katex-header.html"]