Skip to content

RyoAsano/stochastic_calculus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stochastic Calculus in Go

This library is intended to provide miscellaneous tools for stochastic calculus. Currently, this library supports to:

  • define a custom stochastic differential equation (SDE)
  • define a custom strong approximation method
  • solve a given SDE with a given method

Getting Started

Maybe the most trivial way to get yourself accustomed with this library is to check the examples folder, pick up whatever subfolder you want and build it to execute main.go.

Currently, there are 3 examples available:

Each of them has its own expanatory text in README.md, so if you are not sure where to start, refer yourself to whichever of them you like.

Executing the binary yields a sample path of the SDE in the db directory (which is created only after the execution has been done for the first time).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages