Skip to content

MeetThePatel/stochastic-processes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).
  • Brownian bridge.
  • Poisson process.
  • Milstein method.