Skip to content

Wrong implementation for general Milstein scheme #2

Description

@yexf308

dW2 = (0.5/sdt)dW.^2;
dW2 = (0.5/sdt)
(dW.^2-dt);
These only works only for diagonal noise.
For general noise, one has to follow Kloeden's book Page 376. This I(j1, j2) is not easy to estimate here

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions