Stochastic Processes
This crate provides utilities for simulating various stochastic processes.
TODO:
The following features will by implemented in the near future:
- [ ] Wiener process (Brownian motion).
- [X] Geometric Brownian motion.
- [ ] Brownian bridge.
- [ ] Poisson process.
- [x] CIR process.