R/vorobVol_optim_parallel2.R

Defines functions vorobVol_optim_parallel2

Documented in vorobVol_optim_parallel2

vorobVol_optim_parallel2 <- function(x,other.points, integration.points,integration.weights=NULL,
                                     intpoints.oldmean,intpoints.oldsd,precalc.data,
                                     model, T, new.noise.var=NULL,batchsize,alpha,current.crit,typeEx=">"){

  x.complete <- c(x,other.points)
  return(vorobVol_optim_parallel(
    x = x.complete, integration.points = integration.points, integration.weights = integration.weights,
    intpoints.oldmean = intpoints.oldmean,intpoints.oldsd = intpoints.oldsd,precalc.data = precalc.data,
    model = model,T = T,new.noise.var = new.noise.var,batchsize=batchsize,alpha=alpha,
    current.crit=current.crit,typeEx=typeEx
  )
  )

}

Try the KrigInv package in your browser

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

KrigInv documentation built on Sept. 9, 2022, 5:08 p.m.