diff options
author | Arun Isaac | 2021-04-20 16:52:35 +0530 |
---|---|---|
committer | Arun Isaac | 2021-04-20 17:01:55 +0530 |
commit | 9266f4ce5213ea3197484ca22cb82ca082382fc6 (patch) | |
tree | c96f47466097bac01a63bded1e6ff78a83e49fff /include | |
parent | 2eacc2841e34c926b9bb739c9800783b61e1d01a (diff) | |
download | nsmc-9266f4ce5213ea3197484ca22cb82ca082382fc6.tar.gz nsmc-9266f4ce5213ea3197484ca22cb82ca082382fc6.tar.lz nsmc-9266f4ce5213ea3197484ca22cb82ca082382fc6.zip |
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.
Diffstat (limited to 'include')
-rw-r--r-- | include/extent-sampling.h | 5 |
1 files changed, 0 insertions, 5 deletions
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, |