# NOT RUN {
x0=runif(n=100,min=-1,max=1)
gof.uniform.bootstrap(x0,M=100)
x1=rnorm(n=100,mean=0,sd=1)
gof.normal.bootstrap(x1,M=100)
x2=rgamma(n=100,shape=1,scale=1)
gof.gamma.bootstrap(x2,M=100)
x3=rlogis(n=100,location=0,scale=1)
gof.logistic.bootstrap(x3,M=100)
x4= rmutil::rlaplace(n=100,m=0,s=1)
gof.laplace.bootstrap(x4,M=100)
x5=rweibull(n=100,shape=1,scale=1)
gof.weibull.bootstrap(x5,M=100)
x5_log=log(x5)
gof.extremevalue.bootstrap(x5_log,M=100)
x6=rexp(n=100,rate=1/2)
gof.exp.bootstrap(x6,M=100)
# }
Run the code above in your browser using DataLab