SciML / DiffEqNoiseProcess.jl

A library of noise processes for stochastic systems like stochastic differential equations (SDEs) and other systems that are present in scientific machine learning (SciML)
https://docs.sciml.ai/DiffEqNoiseProcess/stable/
Other
63 stars 29 forks source link

Geometric brownian bridge fix #192

Closed frankschae closed 7 months ago

frankschae commented 7 months ago

Checklist

Additional context

Fixes https://github.com/SciML/DiffEqNoiseProcess.jl/issues/186. The bridge distribution for the Geometric Brownian motion is log-normal. @vwiela thanks for pointing this out and for preparing the great MWE (sorry this took so long)!