R/Simulation.R

OUEulerScheme <- function (A, B, D, x0, sqdelta, n) {
   ## TODO: checks!
.Call("cOUEuler", A, B, D, x0, sqdelta, n, PACKAGE = "smd")
}

Try the smd package in your browser

Any scripts or data that you put into this service are public.

smd documentation built on May 2, 2019, 5:56 p.m.