File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " stochastic-rs"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44edition = " 2021"
55license = " MIT"
66description = " A Rust library for stochastic processes"
Original file line number Diff line number Diff line change @@ -7,17 +7,17 @@ A Rust library for stochastic processes
77- [x] Fractional Gaussian noise
88- [x] Brownian motion
99- [x] Fractional Brownian motion
10- - [ ] Geometric Brownian motion
11- - [ ] Ornstein-Uhlenbeck process
12- - [ ] Fractional Ornstein-Uhlenbeck process
13- - [ ] Cox-Ingersoll-Ross process
14- - [ ] Vasicek model
15- - [ ] CIR model
16- - [ ] Heston model
17- - [ ] Merton model
18- - [ ] Jump-diffusion model
19- - [ ] Variance Gamma model
20- - [ ] Normal Inverse Gaussian model
10+ - [ ] Geometric Brownian motion
11+ - [ ] Ornstein-Uhlenbeck process
12+ - [ ] Fractional Ornstein-Uhlenbeck process
13+ - [ ] Cox-Ingersoll-Ross process
14+ - [ ] Vasicek model
15+ - [ ] CIR model
16+ - [ ] Heston model
17+ - [ ] Merton model
18+ - [ ] Jump-diffusion model
19+ - [ ] Variance Gamma model
20+ - [ ] Normal Inverse Gaussian model
2121
2222** Usage**
2323
You can’t perform that action at this time.
0 commit comments