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

Ou bridge #161

Closed Jonas-a-Zimmermann closed 1 year ago

Jonas-a-Zimmermann commented 1 year ago

This implements the Ornstein Uhlenbeck Bridge as in https://arxiv.org/pdf/1011.0067.pdf%20page%2018.pdf

Furthermore there was some issues in the interpolate! function;

-- none of these changes broke any tests

If these changes are sense full, they should also be applied to Z I guess.

mschauer commented 1 year ago

Nice. Is this the "vector of 1d bridges" case or the multivariate case?

Jonas-a-Zimmermann commented 1 year ago

Vector of uncorrelated 1d bridges