https://github.com/rmsrosa/rode_convergence_euler
Companion notes with the numerics for the article on "Strong order-one convergence of the Euler method for random ordinary differential equations driven by semi-martingale noises" by Peter E. Kloeden and Ricardo M. S. Rosa
https://github.com/rmsrosa/rode_convergence_euler
euler-method fractional-brownian-motion ito-noise jump-discontinuous-noise random-ordinary-differential-equations semi-martingale strong-convergence-order
Last synced: about 2 months ago
JSON representation
Companion notes with the numerics for the article on "Strong order-one convergence of the Euler method for random ordinary differential equations driven by semi-martingale noises" by Peter E. Kloeden and Ricardo M. S. Rosa
- Host: GitHub
- URL: https://github.com/rmsrosa/rode_convergence_euler
- Owner: rmsrosa
- License: other
- Created: 2022-09-11T10:02:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T18:07:41.000Z (5 months ago)
- Last Synced: 2025-02-16T15:39:18.710Z (2 months ago)
- Topics: euler-method, fractional-brownian-motion, ito-noise, jump-discontinuous-noise, random-ordinary-differential-equations, semi-martingale, strong-convergence-order
- Language: TeX
- Homepage: https://rmsrosa.github.io/rode_conv_em/
- Size: 161 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Numerical examples of strong order of convergence of the Euler method for random ordinary differential equations
  [](https://rmsrosa.github.io/rode_convergence_euler/) 
This is a companion repository, with all the code for the simulations presented in the article "Strong order-one convergence of the Euler method for random ordinary differential equations driven by semi-martingale noises", by Peter E. Kloeden and Ricardo M. S. Rosa.
Just check the [Documentation](https://rmsrosa.github.io/rode_convergence_euler/).
For reproducing the examples appearing in the paper, you can run the code locally by following the instructions in the [docs/README.md](docs/README.md) file.