R/sde.sim.ozaki.R

"sde.sim.ozaki" <-
function(X0, t0, Dt, N, M, d1, d1.x, s1){
 return( .Call("sde_sim_ozaki",  X0, t0, Dt, as.integer(N), as.integer(M),
 d1, d1.x, s1(1,1), .GlobalEnv, PACKAGE="sde") ) 
}

Try the sde package in your browser

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

sde documentation built on Sept. 9, 2022, 3:07 p.m.