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
Hi,
From the paper on PyMLE, the Ornstein-Uhlenbeck model is given by the SDE: $$dS_t=\kappa(\mu−S_t)dt+\sigma dW_t$$. However, in the documentation comment of the OU model code below, I see something different:
Hi,$$dS_t=\kappa(\mu−S_t)dt+\sigma dW_t$$ . However, in the documentation comment of the OU model code below, I see something different:
From the paper on PyMLE, the Ornstein-Uhlenbeck model is given by the SDE:
pymle/pymle/models/OrnsteinUhlenbeck.py
Lines 9 to 18 in 412f74f
I believe line 17:
pymle/pymle/models/OrnsteinUhlenbeck.py
Line 17 in 412f74f
should be re-written as:
# sigma(X,t) = sigma
and the code relating to density and calculations should be adjusted accordingly?
Please correct me if I am wrong. Thank you.
The text was updated successfully, but these errors were encountered: