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