From 9266f4ce5213ea3197484ca22cb82ca082382fc6 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 20 Apr 2021 16:52:35 +0530 Subject: Return the first accurate estimate. * include/extent-sampling.h (volume_window): Delete function. * src/extent-sampling.sc (integral, volume): Return the first accurate estimate. (volume-window): Delete function. * scm/nsmc/wrap.scm (volume-window): Delete function. --- include/extent-sampling.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') diff --git a/include/extent-sampling.h b/include/extent-sampling.h index 9ceddf5..edf8b19 100644 --- a/include/extent-sampling.h +++ b/include/extent-sampling.h @@ -43,11 +43,6 @@ double volume const gsl_rng* r, unsigned int dimension, double rtol, gsl_rstat_workspace* stats); -double volume_window -(extent_oracle_t *extent_oracle, double true_volume, - const gsl_rng* r, unsigned int dimension, double rtol, - unsigned int* number_of_samples); - double integral (integrand_t *integrand, extent_oracle_t *extent_oracle, double true_integral, const gsl_rng* r, unsigned int dimension, double rtol, -- cgit v1.2.3