You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now in v0.4.0, writing sde = CoupledSDEs(zero!, zeros(2); noise_process = W) returns the error
ArgumentError: CoupledSDEs does not support correlation between noise processes through DiffEqNoiseProcess.jl interface. Instead, use the `covariance` kwarg of `CoupledSDEs`.
This is what we want so that we can extract the covariance_matrix later, right? But we should note it in the docs.
Check that values are correlated.
The text was updated successfully, but these errors were encountered: