Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dancixx committed May 28, 2023
1 parent 7d471b6 commit 957a96b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stochastic-rs"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "MIT"
description = "A Rust library for stochastic processes"
Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ A Rust library for stochastic processes
- [x] Fractional Gaussian noise
- [x] Brownian motion
- [x] Fractional Brownian motion
- [] Geometric Brownian motion
- [] Ornstein-Uhlenbeck process
- [] Fractional Ornstein-Uhlenbeck process
- [] Cox-Ingersoll-Ross process
- [] Vasicek model
- [] CIR model
- [] Heston model
- [] Merton model
- [] Jump-diffusion model
- [] Variance Gamma model
- [] Normal Inverse Gaussian model
- [ ] Geometric Brownian motion
- [ ] Ornstein-Uhlenbeck process
- [ ] Fractional Ornstein-Uhlenbeck process
- [ ] Cox-Ingersoll-Ross process
- [ ] Vasicek model
- [ ] CIR model
- [ ] Heston model
- [ ] Merton model
- [ ] Jump-diffusion model
- [ ] Variance Gamma model
- [ ] Normal Inverse Gaussian model

**Usage**

Expand Down

0 comments on commit 957a96b

Please sign in to comment.