R/sde.sim.cdist.R

"sde.sim.cdist" <-
function(X0, t0, Dt, N, M, rcdist=NULL, theta=NULL){
 cds <-function(t,x) rcdist(1,t,x,theta)
 return( .Call("sde_sim_cdist",  X0, t0, Dt, as.integer(N), as.integer(M),
  cds, .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.