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

Noise coefficient #11

Open
ruiixu23 opened this issue Aug 18, 2017 · 1 comment
Open

Noise coefficient #11

ruiixu23 opened this issue Aug 18, 2017 · 1 comment
Labels

Comments

@ruiixu23
Copy link

I hope it's not a too stupid question since I have no background in SDEs in general but I need to use the package to generate sample paths for our machine learning project.

From my understanding, suppose I have a set of SDEs with d states, if I assume independent additive constant diffusion noise, then the G function should return a dxd diagonal matrix right? Should the entries of the matrix contain the "variance or std" of the noise? I am not even sure if the terms variance and std are proper here.

Thanks a lot for helping.

@mattja
Copy link
Owner

mattja commented Oct 18, 2017

Yes, in that case the G function should return a constant dxd diagonal array.

Very roughly speaking, the entries correspond to std, not variance. More precisely, if function f were zero (no drift) then for a diagonal G the diffusion process would have its mean at the initial value and the variance in each direction increasing linearly with time, at a rate proportional to the square of those entries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants