Crates.io | rusde |
lib.rs | rusde |
version | 0.0.1 |
source | src |
created_at | 2022-06-25 18:25:09.035056 |
updated_at | 2022-06-25 18:25:09.035056 |
description | On hold for upcoming project with stochastic differential equations. |
homepage | https://github.com/samnaughtonb/rusde |
repository | https://github.com/samnaughtonb/rusde |
max_upload_size | |
id | 613177 |
size | 4,141 |
rusde
(pronounced like "rusty") implements numerical solvers for stochastic differential equations (SDEs) and their variants, e.g. delayed SDEs and stochastic integro-differential equations.
Solving stochastic differential equations numerically can be tricky business. The complexity increases greatly when simulating their delayed or integro-differential variants. This library implements a variety of numerical schemes for solving user-specified SDEs with the correctness and speed guaranteed by Rust.