Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite of SDE tutorial #3084

Merged
merged 2 commits into from
Oct 12, 2024
Merged

Rewrite of SDE tutorial #3084

merged 2 commits into from
Oct 12, 2024

Conversation

ArnoStrouwen
Copy link
Member

Rewrite of MTK documentation continues with SDE modelling.

What this tutorial is still lacking, is an exact mapping of the MTK @brownian concept to the LaTeX equation.

I'm not at all an expert in SDEs, but @brownian does not seem to map directly to what we call Brownian motion but more something on the level of dB/dt.

@ChrisRackauckas
Copy link
Member

I'm not at all an expert in SDEs, but @brownian does not seem to map directly to what we call Brownian motion but more something on the level of dB/dt.

They are Brownian increments, yes, so variables which when integrated are Brownian motions. Not referred to as dB/dt, instead just dB since it's only defined in the integral sense.

@ArnoStrouwen
Copy link
Member Author

They are Brownian increments, yes, so variables which when integrated are Brownian motions. Not referred to as dB/dt, instead just dB since it's only defined in the integral sense.

I understand that this is only mathematically rigorously defined in the integral sense.
However, in the code, we do have: D = Differential(t); D(x), which in the Symbolics docs is defined as differential w.r.t time.

I need to figure out a way to succinctly express that even though we work in the integral sense, the dt present in the deterministic terms is omitted (when no @brownian is present), while the dW is implied from @brownian

@ChrisRackauckas
Copy link
Member

The formulation here is effectively as a Langevin equation https://en.wikipedia.org/wiki/Langevin_equation

@ArnoStrouwen
Copy link
Member Author

Can be merged when tests pass.

@ArnoStrouwen
Copy link
Member Author

@ChrisRackauckas ChrisRackauckas merged commit aaf6893 into SciML:master Oct 12, 2024
3 of 4 checks passed
@ArnoStrouwen ArnoStrouwen deleted the docs2 branch October 12, 2024 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants