Skip to content

Commit 8b84605

Browse files
committed
feat: add general SDE solver module for gn & fgn noises
1 parent 2ce5667 commit 8b84605

File tree

2 files changed

+538
-0
lines changed

2 files changed

+538
-0
lines changed

src/stochastic.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ pub mod jump;
2525
pub mod malliavin;
2626
pub mod noise;
2727
pub mod process;
28+
pub mod sde;
2829
pub mod volatility;
2930

3031
use std::sync::{Arc, Mutex};

0 commit comments

Comments
 (0)