# \donttest{
BCauchy(true.theta = 1, n=25)
BCauchy(true.theta = 5, n=100)
BCauchy(method="importance", true.theta = 1, n=25)
BCauchy(method="importance", true.theta = 1, n=25, N=20000)
BCauchy(method="rejection", true.theta = 1, n=25)
BCauchy(method="independence", true.theta = 1, n=25)
BCauchy(method="randomwalk", true.theta = 1, n=25, tuning.sd =1)
# }
Run the code above in your browser using DataLab