R/sde.sim.shoji.R

"sde.sim.shoji" <-
function(X0, t0, Dt, N, M, d1, d1.x, d1.xx, d1.t, s1){
return( .Call("sde_sim_shoji",  X0, t0, Dt, as.integer(N), as.integer(M),
 d1, d1.x, d1.xx, d1.t, 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.