REVIEW 3 major objections 5 minor 31 references
Bayesian Design of Experiments in the Presence of Nuisance Parameters
T0 review · 3 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read BART-BvM turns Bayesian design calculations into a closed-form normal approximation, with nuisance parameters handled by one learned scale factor.
desk verdict A useful, honest computational trick—BvM plus BART to emulate the variance scale—that works in two examples, but the general claims outrun the evidence. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
Equation (8), the analytic power formula with a BART-emulated scale parameter $\lambda(\theta)$. Here $\lambda$ is the per-observation variance appearing in both the approximate posterior and the sampling distribution of the MLE; the empirical step estimates $\lambda$ from simulated posterior variances at a few points, and the regression step uses BART/SoftBART to interpolate it across the design-prior region. This single emulation carries the entire burden of nuisance-parameter dependence, because the mean structure $\sqrt{n}(\psi-\psi_0)/\lambda$ and the standard normal error are otherwise parameter-free.
What would settle it
In the logistic-regression example, at a planned sample size such as $n=100$, repeatedly simulate data sets at a fixed $\theta$ in the design-prior support, compute the posterior probability $\tau$, and histogram $\Phi^{-1}(\tau)$. If the histogram's variance is not close to 1 or its shape is not normal, equation (8) with BART-predicted $\lambda$ cannot give correct power; equivalently, compare equation (8) power against empirical rejection rates and look for deviations larger than Monte Carlo error.
Extended reading notes
Core claim
The core object is an analytic power function. Under the Bernstein-von Mises theorem, the probit of the posterior probability that $\psi(\theta)>\psi_0$ is approximately $\sqrt{n}/\lambda(\theta)\,(\psi(\theta)-\psi_0)$ plus a standard normal error, so power is $1-\Phi(\Phi^{-1}(u)-\sqrt{n}/\lambda(\theta)(\psi(\theta)-\psi_0))$. The only unknown is $\lambda(\theta)$, the per-observation variance scale of the posterior and of the MLE, which depends on nuisance parameters through the Fisher information. The paper estimates $\lambda$ by simulation at a modest set of parameter values and trains a Bayesian additive regression tree to predict $\lambda$ anywhere in the support of the design prior;
Load-bearing premise
The load-bearing premise is that the planned sample sizes are large enough for the Bernstein-von Mises normal approximation and for $\hat\lambda\approx\lambda^*$ to hold, so the probit of the posterior probability is approximately a standard normal plus a drift; at small sample sizes the power formula is biased, and the BART-emulated $\lambda$ cannot repair that bias.
Editorial extensions
If this is right
- Once $\lambda$ is fitted, integrated power (Bayesian assurance) becomes a numerical integral of a closed-form normal probability, so comparing many candidate sample sizes and design priors no longer requires repeated posterior sampling.
- For group sequential designs, the joint distribution in (13) gives stage-wise stopping probabilities and expected sample sizes directly from one fitted $\lambda$, making adaptive-design screening much cheaper.
- Decision-theoretic criteria such as integrated expected cost become easy to evaluate across many designs, enabling optimization over thresholds, sample sizes, and the number and spacing of interim analyses.
- Because the method is parameterized only by $\lambda$, the same BART fit can be reused to evaluate different decision thresholds or different candidate designs without additional training.
- The paper states the approach generalizes from one-sided to interval hypotheses, extending its use to equivalence and other two-sided design problems.
Reading between the lines
- The paper leaves implicit that the same fitted $\lambda$ should only be trusted within the training region: if the design prior is widened or shifted substantially, the BART model must be retrained on the new support.
- Because the joint distribution in (13) is threshold-agnostic, futility boundaries or two-sided decision rules could be added by changing only the limits of integration, without any new BART fit; the examples stop only for efficacy.
- A practical diagnostic suggested by the approach but not developed is to run full Monte Carlo at one or two design points, such as a small and a moderate sample size, as a calibration check before trusting Equation (8) across the whole parameter space.
- The method's small-sample weakness could potentially be mitigated by the small-sample corrections the authors mention, but such corrections are not part of the current procedure.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript proposes BART-BvM, an approximation to Bayesian operating characteristics for fixed and group sequential designs in the presence of nuisance parameters. The authors combine the Bernstein-von Mises theorem with asymptotic normality of the MLE to approximate the probit-transformed posterior probability of success as approximately √n/λ(ψ(θ)-ψ0)+ε, where λ is a parameter-dependent variance scale learned by Bayesian additive regression trees (BART) from a small Monte Carlo training set. This yields analytic power, assurance, and stopping probabilities. The approach is demonstrated on a logistic regression example and on a hypothetical Bayesian group sequential design based on the PLATINUM-CAN trial, with leave-one-out cross-validation deviations below 0.04. The paper includes a public code repository.
Significance. If the issues below are resolved, the method has clear practical value: it offers a fast approximation to Monte Carlo-based Bayesian design, especially for nuisance-parameter settings, and it extends naturally to group sequential designs through a joint canonical distribution. The public code and the LOOCV validation on two examples are strengths. However, the central equations contain a definitional inconsistency in the scale parameter λ, and the claim of instantaneous power curves over a range of sample sizes is not fully supported by the validation. The approach is explicitly acknowledged by the authors to be not broadly generalizable, which further tempers the advertised scope.
major comments (3)
- [Section 2.2, Eqs. (5)-(8) and Section 2.3, Eq. (13)] The definition of λ is internally inconsistent. The text states 'let λ̂/n be the variance in (5) and λ*/n be the variance in (6)', so λ is the asymptotic variance of √n ψ̂. Under that definition, ε = √n/λ(ψ̂_n - ψ*) has variance 1/λ, not 1, and the approximation γ_n ≈ √n/λ(ψ* - ψ0) + ε, and hence Eq. (8), does not follow. The group sequential covariance calculation in Section 2.3 uses Var(ψ̂_k) = λ²/n_k, and the empirical construction in Section 3 ('√n times the standard deviation of this sampling distribution') corresponds to treating λ as the standard-deviation scale (Var = λ²/n). The paper should consistently define λ²/n as the variance and re-derive the equations, or explicitly state that λ denotes the standard-deviation scale. As printed, a literal reader of (5)-(8) will obtain a power function that is off by a factor of √λ.
- [Section 3, Figure 2] The claim of 'instant estimation of integrated power curves for any sample size' is not validated. The BART model is trained at n = 500 and the LOOCV in Figure 1 is only at n = 500. Figure 2 shows BART-BvM power curves over a range of sample sizes, but the Monte Carlo points are only for n = 500. If the finite-sample scale λ depends on n, the curves at other sample sizes will be biased. The GSD example partially checks this (n = 350, 500, 700), but the fixed-design sample-size sweep is not empirically supported. The paper should add Monte Carlo checks at several sample sizes or restrict the claim to sample sizes near the training n.
- [Section 2.3 and Supplement A.2] The assumption that λ is constant across stages is load-bearing for Eq. (13), but it is justified only by asymptotic argument and by one LOOCV exercise (design D1). The reported maximum deviation below 0.04 is reassuring but does not establish general validity for other stage spacings, sample sizes, or analysis models. The authors themselves state in the Discussion that the satisfactory performance is not broadly generalizable. A sensitivity analysis that trains λ at different interim sample sizes, or a diagnostic for assessing constancy of λ across stages, would substantially strengthen the GSD claim.
minor comments (5)
- [Section 2.2] Typo: 'identifiablity' should be 'identifiability'.
- [Equation (16)] The symbol I is called an 'identity function' but it is used as an indicator function; please correct the terminology.
- [Figure 2 caption] Please state explicitly that the yellow dots are Monte Carlo estimates obtained at n = 500 only, to avoid the impression that the displayed curves are validated at all sample sizes.
- [Section 5] The caveat that the approximation 'may be poor for small sample sizes and in more complex models' is important and should appear earlier (e.g., in the abstract or when Eq. (8) is introduced), not only in the discussion.
- [References] Several author names contain accent-mark LaTeX artifacts (e.g., 'Fl´ orez Rivera'); please fix the encoding.
Circularity Check
No significant circularity: BART-BvM derives an analytic power approximation from BvM and validates it against independent Monte Carlo power estimates.
full rationale
The paper's claimed contribution is the analytic approximation of the power function, Eq. (8), obtained from the Bernstein-von Mises normal approximation and a BART surrogate for the scale parameter λ. The derivation chain is: (5)-(6) are standard BvM/MLE asymptotics; the simplification λ̂≈λ* is stated as a large-sample assumption; λ(θ) is estimated from Monte Carlo sampling distributions at a small Latin-hypercube training set and interpolated by BART; Eq. (8) then follows by a probit transformation of the approximate normal decision statistic. The BART model is trained on λ values, not on power values, so the LOOCV comparisons in Section 3 and Supplement A.2 against full Monte Carlo power are external benchmarks rather than in-sample fits. The GSD extension (Section 2.3) uses the same λ at all stages under the stated assumption that λ is constant across sample sizes; this is an asymptotic modeling assumption, tested at n=350,500,700 in Supplement A.2, not a circular reduction. Self-citations to Golchi (2022), Golchi and Willard (2024), and Hagar et al. appear only as related work or suggested extensions and do not carry the derivation; the load-bearing distributional results are cited to external standard references (van der Vaart; Jennison and Turnbull). The Discussion's caveat that performance may be poor for small samples or complex models is an honest limitation, not an admission of circularity. No equation in the paper reduces to its own fitted output, and no parameter is fit to the target operating characteristic. Therefore the appropriate finding is no significant circularity.
Assumptions & free parameters
free parameters (2)
- BART hyperparameters (e.g., number of trees, SoftBART regularization defaults) =
not reported
- Training set size for λ simulation =
40 (Section 3), 60 (Section 4)
assumptions (6)
- standard math Bernstein-von Mises theorem: the posterior distribution of ψ is asymptotically normal with mean ψ̂ and variance λ̂/n (Eq. 5).
- standard math Asymptotic normality of the MLE: sqrt(n)(ψ̂_n - ψ*) converges to N(0, λ*) (Eq. 6).
- standard math Joint canonical distribution of group sequential MLEs (incremental information structure) leading to Cov(ε_j, ε_k) = sqrt(n_j/n_k) (Eqs. 11-13).
- domain assumption Regularity conditions: compact parameter space, continuity, identifiability, unique MLE.
- domain assumption For the sample sizes considered, λ̂ ≈ λ* = λ, so the probit-transformed decision statistic has unit variance and mean sqrt(n)(ψ*-ψ0)/λ.
- domain assumption BART (Eq. 7) accurately predicts λ(θ) across the design-prior region Θd from a finite Latin hypercube training set.
Cite this review
Pith. "Pith review of Bayesian Design of Experiments in the Presence of Nuisance Parameters." pith.science (2026). https://pith.science/paper/DFVVFAUM
@misc{pith2026250803948,
author = {Pith},
title = {Pith review of: Bayesian Design of Experiments in the Presence of Nuisance Parameters},
year = {2026},
howpublished = {\url{https://pith.science/paper/DFVVFAUM}},
note = {Machine review of arXiv:2508.03948}
}
read the original abstract
Design of experiments has traditionally relied on the frequentist hypothesis testing framework where the optimal size of the experiment is specified as the minimum sample size that guarantees a required level of power. Sample size determination may be performed analytically when the test statistic has a known asymptotic sampling distribution and, therefore, the power function is available in analytic form. Bayesian methods have gained popularity in all stages of discovery, namely, design, analysis and decision making. Bayesian decision procedures rely on posterior summaries whose sampling distributions are commonly estimated via Monte Carlo simulations. In the design of scientific studies, the Bayesian approach incorporates uncertainty about the design value(s) instead of conditioning on a single value of the model parameter(s). Accounting for uncertainties in the design value(s) is particularly critical when the model includes nuisance parameters. In this manuscript, we propose methodology that utilizes the large-sample properties of the posterior distribution together with Bayesian additive regression trees (BART) to efficiently obtain the optimal sample size and decision criteria in fixed and adaptive designs. We introduce a fully Bayesian procedure that incorporates the uncertainty associated with the model parameters including the nuisance parameters at the design stage. The proposed approach significantly reduces the computational burden associated with Bayesian design and enables the wide adoption of Bayesian operating characteristics.
Figures
Figures from the paper (2 more)
Reference graph
Works this paper leans on
-
[1]
Basu, D. (1977). On the elimination of nuisance parameters. Journal of the American Statistical Association , 72(358):355--366
work page 1977
-
[2]
Berger, J. and Mortera, J. (1994). Robust bayesian hypothesis testing in the presence of nuisance parameters. Entropy (Basel) , 40(2):357--373
work page 1994
-
[3]
Berger, J. O., Liseo, B., and Wolpert, R. L. (1988). The Likelihood Principle . Institute of Mathematical Statistics
work page 1988
-
[4]
Berger, J. O., Liseo, B., and Wolpert, R. L. (1999). Integrated likelihood methods for eliminating nuisance parameters . Statistical Science , 14(1):1 -- 28
work page 1999
-
[5]
Berry, S. M., Carlin, B. P., Lee, J. J., and Muller, P. (2010). Bayesian adaptive methods for clinical trials . CRC press
work page 2010
-
[6]
Best, N., Maxine, A., Beat, N., Gaëlle, S.-H., and Wandel, S. (2024). Beyond the Classical Type I Error : Bayesian Metrics for Bayesian Designs Using Informative Priors . Statistics in Biopharmaceutical Research , 0(0):1--14. Publisher: ASA Website \_eprint: https://doi.org/10.1080/19466315.2024.2342817
arXiv 2024
-
[7]
Calderazzo, S., Wiesenfarth, M., and Kopp-Schneider, A. (2020). A decision-theoretic approach to bayesian clinical trial design and evaluation of robustness to prior-data conflict. Biostatistics , 23(1):328–44
work page 2020
-
[8]
A., George, E
Chipman, H. A., George, E. I., and McCulloch, R. E. (2010). Bart: Bayesian additive regression trees. The Annals of Applied Statistics , 4(1):266--298
2010
Show all 31 references
-
[9]
Chuang-Stein, C. (2006). Sample size and the probability of a successful trial. Pharmaceutical Statistics , 5(4):305--309. \_eprint: https://onlinelibrary.wiley.com/doi/pdf/10.1002/pst.232
2006 doi
-
[10]
Flórez Rivera, A., Esteves, L., Fossaluza, V., and de Bragança Pereira, C. (2024). On the nuisance parameter elimination principle in hypothesis testing. Entropy (Basel) , 26(2):117
2024
-
[11]
Golchi, S. (2022). Estimating design operating characteristics in B ayesian adaptive clinical trials. Canadian Journal of Statistics , 50(2):417--436
2022
-
[12]
and Willard, J
Golchi, S. and Willard, J. J. (2024). Estimating the sampling distribution of posterior decision summaries in B ayesian clinical trials. Biometrical Journal , 66(8):e70002
2024
-
[13]
and De Santis, F
Gubbiotti, S. and De Santis, F. (2011). A B ayesian method for the choice of the sample size in equivalence trials. Australian & New Zealand Journal of Statistics , 53(4):443--460
2011
-
[14]
and Golchi, S
Hagar, L. and Golchi, S. (2025). Design of B ayesian clinical trials with clustered data and multiple endpoints. arXiv preprint arXiv:2501.13218
2025
-
[15]
Hagar, L., Golchi, S., and Klein, M. B. (2025). Sequential design with posterior and posterior predictive probabilities. arXiv preprint arXiv:2504.00856
2025 arXiv
-
[16]
and Stevens, N
Hagar, L. and Stevens, N. T. (2025). An economical approach to design posterior analyses. Journal of the American Statistical Association , page doi.org/10.1080/01621459.2025.2476221
2025
-
[17]
and Turnbull, B
Jennison, C. and Turnbull, B. W. (1999). Group Sequential Methods with Applications to Clinical Trials . CRC Press
1999
-
[18]
Kalbfleisch, J. D. and Sprott, D. A. (1970). Application of likelihood methods to models involving large numbers of parameters. Brazilian Journal of Probability and Statistics , 32(2):175--194
1970
-
[19]
Klein, M. (2024). Tecovirimat in non-hospitalized patients with monkeypox (platinum-can). https://clinicaltrials.gov/study/NCT05534165
2024
-
[20]
Lehmann, E. L. and Casella, G. (1998). Theory of Point Estimation . Springer Science & Business Media
1998
-
[21]
Linero, A. R. and Yang, Y. (2018). Bayesian regression tree ensembles that adapt to smoothness and sparsity. Journal of the Royal Statistical Society Series B: Statistical Methodology , 80(5):1087--1110
2018
-
[22]
D., Beckman, R
McKay, M. D., Beckman, R. J., and Conover, W. J. (1979). A comparison of three methods for selecting values of input variables in the analysis of output from a computer code. Technometrics , 21(2):239--245
1979
-
[23]
W., and Campbell, M
O'Hagan, A., Stevens, J. W., and Campbell, M. J. (2005). Assurance in clinical trial design. Pharmaceutical Statistics , 4(3):187--201. \_eprint: https://onlinelibrary.wiley.com/doi/pdf/10.1002/pst.175
2005 doi
-
[24]
and Pereira, C
Pericchi, L. and Pereira, C. (2016a). Adaptative significance levels using optimal decision rules: Balancing by weighting the error probabilities. Brazilian Journal of Probability and Statistics , 30(1):70--90
-
[25]
and Pereira, C
Pericchi, L. and Pereira, C. (2016b). Adaptative significance levels using optimal decision rules: balancing by weighting the error probabilities. Brazilian Journal of Probability and Statistics , 30:70–90
-
[26]
and Oakley, J
Ren, S. and Oakley, J. E. (2014). Assurance calculations for planning clinical trials with time-to-event outcomes. Statistics in Medicine , 33(1):31--45
2014
-
[27]
J., Abrams, K
Spiegelhalter, D. J., Abrams, K. R., and Myles, J. P. (2004). Bayesian Approaches to Clinical Trials and Healthcare Evaluation , volume 13. John Wiley & Sons
2004
-
[28]
Spiegelhalter, D. J. and Freedman, L. S. (1986). A predictive approach to selecting the size of a clinical trial, based on subjective clinical opinion. Statistics in Medicine , 5(1):1--13. \_eprint: https://onlinelibrary.wiley.com/doi/pdf/10.1002/sim.4780050103
1986 doi
-
[29]
J., Freedman, L
Spiegelhalter, D. J., Freedman, L. S., and Parmar, M. K. (1994). Bayesian approaches to randomized trials. Journal of the Royal Statistical Society: Series A (Statistics in Society) , 157(3):357--387
1994
-
[30]
van der Vaart, A. W. (1998). Asymptotic Statistics . Cambridge University Press
1998
-
[31]
and Gelfand, A
Wang, F. and Gelfand, A. E. (2002). A simulation-based approach to B ayesian sample size determination for performance under a given model and for separating models. Statistical Science , 17(2):193--208
2002
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.