Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 241 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 241 Bytes

stochastic_process

This is a C++ library (C++ 17) for stochastic processes. It currently includes simple Geometric Brownian Motion, Markov Chains, and Hidden Markov Models (in-progress).

Dependencies:

  • Eigen
  • Catch2 (v3)
  • CMake
  • Make