R/cutoff.bootstrap.R

Defines functions cutoff.bootstrap

Documented in cutoff.bootstrap

cutoff.bootstrap<-function(xin,  M,  sim, dist, h.use, kfun, p1, p2, sig.lev )
{
  n.Boot <- boot(data= xin, statistic=S.n.Boot, R=M,  sim = sim,  dist=dist, h=h.use, kfun=kfun, p1=p1, p2=p2 )$t
  l.a.boot <- quantile(n.Boot, 1-sig.lev, type=7)
  l.a.boot
}

Try the L2DensityGoFtest package in your browser

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

L2DensityGoFtest documentation built on Feb. 16, 2023, 9:24 p.m.