Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.67 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.67 KB

Build Workflow Crates.io License codecov FOSSA Status

stochastic-rs

stochastic-rs is a high-performance Rust library for simulating and analyzing stochastic processes. Designed for applications in quantitative finance, AI training, and statistical modeling, it provides efficient tools to generate synthetic data and analyze complex stochastic systems.

Installation

Add stochastic-rs to your Cargo.toml:

[dependencies]
stochastic-rs = "0.x.0"

Ensure you have Rust installed. Visit rust-lang.org for setup instructions.

Contributing

Contributions are welcome! Whether it's bug reports, feature suggestions, or documentation improvements, your help is appreciated. Open an issue or start a discussion on GitHub.

License

Licensed under the MIT License. See the LICENSE file for details.

Contact

For discussions, issues, or suggestions, feel free to open a GitHub issue or reach out at [[email protected]].


Note: This library is in active development and may introduce breaking changes as it evolves. Feedback is encouraged!