REVIEW 2 major objections 5 minor 264 references
Bayesian power and type-I error for Bayes-factor phase II designs can be computed exactly, with no simulation, by solving for a critical response count.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-07-31 23:03 UTC pith:BKEXAMXF
load-bearing objection Solid tutorial, not a methods paper: useful examples and code, but the monotonicity assumption behind the central root-finding step needs to be stated and the 80/90 hybrid typo fixed. the 2 major comments →
Simulation-Free Bayesian Power and Sample Size Calculations for Bayes Factors in Single-Arm Phase II Trials with Binary Endpoints
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The paper's central claim is that for a single-arm phase II trial with Y ~ Binomial(n, p), a Bayes-factor decision rule BF01(y) < k declaring efficacy is exactly equivalent to observing more than a critical number of responses y_crit, where y_crit is the unique root of BF01(y) - k = 0. Because of this equivalence, the Bayesian power P(BF01<k|H1) = P(y>y_crit|H1), the Bayesian type-I error P(BF01<k|H0) = P(y>y_crit|H0), and the probability of compelling evidence for the null P(BF01>k_f|H0) can each be evaluated by summing closed-form prior-predictive densities f(y|H0) and f(y|H1) over the tail y > y_crit. No Monte Carlo simulation is needed. The paper shows that this root-finding calibration
What carries the argument
The central object is the Bayes factor BF01(y), the ratio of predictive probabilities of observing y responses under the null and alternative hypotheses, together with its monotonicity in y. Under beta priors the predictive densities f(y|H0) and f(y|H1) are available in closed form, so the equation BF01(y) - k = 0 has a unique root y_crit. The root defines the rejection region {y > y_crit}, and all operating characteristics reduce to tail sums of the predictive distributions. The identity BF01(y) < k ⇔ y > y_crit is the load-bearing equivalence that converts design calibration into one-dimensional root-finding followed by summation.
Load-bearing premise
The whole calculation assumes that the Bayes factor BF01(y) is strictly decreasing in the number of responses y, so that BF01(y) < k is exactly equivalent to y > y_crit, and that the closed-form Bayes-factor and predictive-density formulas quoted from earlier work are correct, since they are not derived in this paper.
What would settle it
Compute BF01(y) for every y from 0 to n under the chosen beta priors and a fixed n; if the sequence is not strictly decreasing, the equivalence BF01(y) < k ⇔ y > y_crit fails and the computed power and type-I error are wrong. Also, for a small n, compare the exact tail-sum power with a brute-force Monte Carlo estimate; a mismatch beyond Monte Carlo error would indicate an error in the quoted closed-form expressions.
If this is right
- Bayesian power, Bayesian type-I error, and the probability of compelling evidence for the null can be reported as exact numbers instead of Monte Carlo averages, eliminating Monte Carlo error from design calibration.
- Sample size determination becomes a one-dimensional search over n: pick the smallest n for which P(y > y_crit | H1) exceeds 1 - beta (and type-I error is below alpha).
- Design priors under H1 directly control the calibrated sample size: more concentrated H1 priors yield smaller n at similar operating characteristics.
- Frequentist calibration at a point alternative p1 is a limiting case of Bayesian calibration with an extremely concentrated design prior, making the implicit prior assumptions of classical power calculations explicit.
- The probability of compelling evidence for the null can be added as a constraint, allowing designs to guarantee that an ineffective treatment is recognised as such with strong evidence.
Where Pith is reading between the lines
- The same root-finding machinery should extend to other one-parameter exponential families wherever the Bayes factor is monotone in the sufficient statistic, suggesting a general simulation-free calibration recipe beyond binomial endpoints.
- Because the calibration is exact, trialists can in principle exhaustively audit the entire design space of priors, thresholds, and sample sizes, which could support regulatory review of Bayesian designs.
- The critical-count equivalence could be tested empirically in a re-analysis: compute BF01(y) for all y in an observed trial and verify that the decision boundary is a single threshold; any non-monotonicity would break the method.
- The paper's contrast between Bayesian and frequentist calibration suggests a practical diagnostic: report the effective prior sample size implied by a frequentist power calculation, so investigators see how strong the prior assumption is.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper presents a tutorial on simulation-free Bayesian power and sample-size calculations for single-arm Phase II trials with binary endpoints, using Bayes-factor decision rules. The central procedure, summarized in §1.3 and Figure 1, is to find the critical response count y_crit by solving BF01(y) - k = 0 and then to compute Bayesian and frequentist power, type-I error, and probability of compelling evidence for the null by summing prior-predictive (or binomial) probabilities over the region y > y_crit. Two worked examples (DESTINY-Gastric02 and LCMC3) compare Bayesian, frequentist, and hybrid calibration modes, with implementations in the bfbin2arm R package and code provided on OSF.
Significance. If the computational claims are correct, the paper offers a useful practical bridge between theoretical Bayes-factor power work and clinical trial planning. Its strengths include open-source R software, reproducible OSF code, clearly worked oncology examples, and a helpful pedagogical framing of the differences between Bayesian and frequentist calibration. The value is primarily expository and software-oriented: the underlying formulas and root-finding device are attributed to prior (unpublished) work by the same authors, and the tutorial does not add new methodology. However, the central equivalence BF01(y)<k iff y>y_crit is asserted without proof or a statement of the required monotonicity condition. That gap is load-bearing, so the paper should not be accepted until it is closed.
major comments (2)
- [Section 1.3, Eqs. (2)-(3), Figures 1-2] The entire algorithm rests on the equivalence BF01(y)<k ⇔ y>y_crit, where y_crit solves BF01(y)-k=0. This equivalence is valid only if BF01(y) is strictly decreasing in y, or otherwise the set {y: BF01(y)<k} is not a single upper tail. The manuscript nowhere states or proves this monotonicity. For beta-binomial predictive ratios under truncated-beta priors, monotonicity is not automatic; it requires a likelihood-ratio ordering condition on the priors. If the Bayes factor crosses the threshold more than once, the tail sums in (2)-(3) and all results in Tables 3 and 5 are incorrect. The same issue affects the CE(k0) events in §3.3 and PCE(H0), where BF01(y)>k0 must correspond to a lower tail. Please add an explicit theorem or assumption giving conditions under which monotonicity holds, and verify it numerically across the entire n search grid used for calibration.
- [Section 2 (and Section 1.3)] The paper refers to Kelter & Pawel (2025b) for the closed-form Bayes-factor and prior-predictive expressions but does not reproduce them. Since the tutorial's central claim is that these quantities can be evaluated without simulation, and since the monotonicity issue above cannot be checked without the formula, the key expressions for f(y|H0), f(y|H1), and BF01(y) under truncated beta priors should be included in an appendix or stated explicitly. This is not merely a citation preference: a reader of this paper alone cannot verify that the root-finding calibration is correct, and the R package's behavior is not transparent without these formulas.
minor comments (5)
- [Section 4.1.5, Table 3, Appendix A code] The text says hybrid calibration 'enforces 80% Bayesian power,' but Table 3 reports Bayesian power 0.901 and the Appendix code uses target_power = 0.90. This inconsistency should be corrected (likely to 90%).
- [Figure 2] The threshold y_crit = 37.92274 is non-integer; the text should state explicitly that the event is Y ≥ 38, to avoid ambiguity in equations (2)-(3).
- [Sections 2.3 vs 3.3] The threshold for compelling evidence for H0 is denoted k0 in §3.3 but k_f or k_ce elsewhere. Unify notation for consistency.
- [Table 3 footnote] The footnote for the frequentist calibration row is confusing: design priors are said to be irrelevant for frequentist calibration, yet the note discusses a trunc.Beta(2250,2750) prior. Reword to distinguish the computational irrelevance of design priors from the interpretive argument that point-mass power calculations correspond to an extreme Bayesian design prior.
- [Figure 5 caption] The caption almost duplicates Figure 4's caption and should instead emphasize the added PCE(H0) constraint and its effect (or non-effect) on the selected sample size.
Circularity Check
Load-bearing self-citation for the closed-form Bayes-factor machinery; no circular fitting in the worked examples.
specific steps
-
self citation load bearing
[Section 1.3, Figure 1, Eqs. (2)-(3); also Section 2.2]
"Kelter and Pawel (2025b) derived Bayes factors and the prior-predictive densities f(y|H0) and f(y|H1) (step 3. and 4. in Figure 1) for point-null and composite hypotheses in the binomial setting and showed that Bayesian power, Bayesian type-I-error, and related operating characteristics can be computed numerically without simulation"
The paper's simulation-free power/type-I-error calculation depends on closed-form BF01(y) and predictive densities f(y|H0), f(y|H1), and on the threshold equivalence BF01(y)<k <=> y>y_crit. None of these are derived or proved here; they are imported from Kelter & Pawel (2025b), an arXiv preprint by the same authors that the present draft itself does not verify. Every numerical design in Tables 3 and 5 therefore rests, at the base of the derivation chain, on accepting the authors' own prior work as an input. This is load-bearing self-citation rather than an independent derivation. It is not a fitted-input-called-prediction: the examples fix priors and thresholds a priori and compute exact tail sums, so no result is reverse-engineered from the reported targets.
full rationale
No step in the worked examples fits a parameter to the reported power/type-I numbers; the priors and thresholds are specified in advance and the operating characteristics are exact sums over the event {BF01<k}. The tutorial's content is therefore not circular in the sense of Eq. X = Eq. Y by construction. The main circularity-adjacent weakness is that the closed-form Bayes factors, predictive densities, and the monotonicity justifying y>y_crit are all taken from an unpublished self-citation (Kelter & Pawel 2025b) rather than proved or reproduced here. I also flag, as a correctness risk rather than a circular step, the unstated monotonicity assumption: Section 1.3 asserts 'the relationship BF01(y)<k <=> y>ycrit holds' without proving BF01 is strictly decreasing; if that fails, equations (2)-(3) are not valid tail probabilities. This does not make the paper circular, but it makes the self-cited foundation more load-bearing. Score 4 reflects substantial self-citation; no prediction reduces by construction, so the score is not 6 or higher.
Axiom & Free-Parameter Ledger
free parameters (8)
- H0 design prior (DESTINY) =
truncated Beta(4,16) on [0,0.27]
- H1 design prior (DESTINY baseline) =
truncated Beta(9,11) on (0.27,1]
- H1 design prior (DESTINY concentrated) =
truncated Beta(24,30) on (0.27,1]
- H0 design prior (LCMC3) =
unspecified truncated beta on [0,0.15]
- H1 design prior (LCMC3 baseline) =
truncated Beta(5,15) on (0.15,1]
- H1 design prior (LCMC3 concentrated) =
truncated Beta(40,120) on (0.15,1]
- Evidence threshold k =
1/10 or 1/3
- Futility threshold k_f =
3
axioms (4)
- domain assumption Closed-form Bayes factor for binomial data under truncated beta priors (Kelter & Pawel 2025b)
- domain assumption BF01(y) is strictly decreasing in y, so the event BF01(y)<k is equivalent to y > y_crit
- domain assumption Predictive densities f(y|H0) and f(y|H1) are available in closed form for truncated-beta priors
- domain assumption Design priors affect operating characteristics but not the Bayes factor computed at trial analysis
read the original abstract
Bayes factors provide a coherent Bayesian measure of evidence for competing hypotheses and have recently been used as the basis for single-arm phase II trial designs with binary endpoints. In contrast to classical power analyses based on test statistics and p-values, Bayes-factor based sample size calculations target high probabilities of obtaining compelling evidence either for a relevant treatment effect or for the null hypothesis, given pre-specified Bayes-factor thresholds. This paper explains how to design single-arm phase II binomial trials using Bayes factors with a focus on simulation-free calibration of Bayesian and frequentist power, type-I-error, and the probability of compelling evidence for the null. Two oncology-motivated examples illustrate the approach and are implemented in the bfbin2arm R package, with code provided in an appendix. The methodology fits naturally into current efforts to innovate and modernize clinical trial design through Bayesian and adaptive methods.
Figures
Reference graph
Works this paper leans on
-
[1]
Why Should Clinicians Care about
Matthews, Robert , year = 2001, journal =. Why Should Clinicians Care about. doi:10.1016/S0378-3758(00)00232-9 , urldate =
-
[2]
Science , volume =
Estimating the Reproducibility of Psychological Science , author =. Science , volume =
-
[4]
Aase, Knut K. , year = 2010, journal =. On the. doi:10.1080/034612301750077356 , abstract =
-
[5]
Sankhya: The Indian Journal of Statistics , volume =
Bayesian Maximum a Posteriori Multiple Testing Procedure , author =. Sankhya: The Indian Journal of Statistics , volume =
-
[6]
, year = 2001, publisher =
Achinstein, P. , year = 2001, publisher =. The
2001
-
[7]
, editor =
Achinstein, P. , editor =. Mill's. Error and
-
[8]
Aczel, Balazs and Hoekstra, Rink and Gelman, Andrew and Wagenmakers, Eric Jan and Klugkist, Irene G. and Rouder, Jeffrey N. and Vandekerckhove, Joachim and Lee, Michael D. and Morey, Richard D. and Vanpaemel, Wolf and Dienes, Zoltan and. Discussion Points for. Nature Human Behaviour , volume =. doi:10.1038/s41562-019-0807-z , urldate =
-
[9]
, year = 2009, publisher =
Adams, William J. , year = 2009, publisher =. The
2009
-
[10]
Adams, Ernest W. , year = 1975, publisher =. The. doi:10.1007/978-94-015-7622-2_1 , file =
-
[11]
, year = 2009, edition =
Adams, William J. , year = 2009, edition =. The
2009
-
[12]
Adjerid, Idris and Kelley, Ken , year = 2018, journal =. Big. doi:10.1037/amp0000190 , urldate =
-
[13]
Akaike, Hirotugu , year = 1974, journal =. A. doi:10.1109/TAC.1974.1100705 , urldate =
arXiv 1974
-
[14]
Statistical Journal of the IAOS , volume =
Qatar. Statistical Journal of the IAOS , volume =
-
[15]
The Impact of a. 2016. doi:10.1109/SAI.2016.7556080 , abstract =
arXiv 2016
-
[17]
Alardawi, A. S. and Agil, A. M. , year = 2015, pages =. Novice Comprehension of. 2015. doi:10.1109/WCITCA.2015.7367057 , abstract =
arXiv 2015
-
[18]
The Statistician
Albers, Casper , year = 2017, journal =. The Statistician
2017
-
[19]
Albert, James H. , year = 1990, journal =. A. doi:10.2307/3315841 , urldate =
doi:10.2307/3315841 1990
-
[20]
Albert, James H. , year = 1997, journal =. Bayesian. doi:10.2307/2965716 , urldate =
doi:10.2307/2965716 1997
-
[21]
Probability and
Albert, Jim and Hu, Jingchen , year = 2020, publisher =. Probability and
2020
-
[22]
Aldrich, John , year = 1997, journal =. R. doi:10.1214/ss/1030037906 , abstract =
arXiv 1997
-
[23]
Aldrich, John , year = 2005, journal =. The. 25472677 , eprinttype =
2005
-
[24]
Aldrich, John , year = 2006, journal =. The. doi:10.1111/j.1751-5823.2005.tb00150.x , abstract =
arXiv 2006
-
[25]
Aldrich, John , year = 2008, journal =. R
2008
-
[26]
Survival Analysis of All Critically Ill Patients with
Ali, Mohamed Mahmoud and Malik, Mamunur Rahman and Ahmed, Abdulrazaq Yusuf and Bashir, Ahmed Muhammad and Mohamed, Abdulmunim and Abdi, Abdulkadir and Obtel, Majdouline , year = 2022, journal =. Survival Analysis of All Critically Ill Patients with. doi:10.1016/J.IJID.2021.11.018 , urldate =
-
[27]
Alonso, F. and Manrique, D. and Martinez, L. and Vines, J. M. , year = 2011, journal =. How. doi:10.1109/TE.2010.2083665 , abstract =
arXiv 2011
-
[28]
Altekar, G. and Dwarkadas, S. and Huelsenbeck, J. P. and Ronquist, F. , year = 2004, journal =. Parallel. doi:10.1093/bioinformatics/btg427 , urldate =
-
[29]
and Dwarkadas, S
Altekar, G. and Dwarkadas, S. and Huelsenbeck, J. P. and Ronquist, F. , year = 2004, journal =. Parallel
2004
-
[30]
Statistics in Medicine , volume =
Statistics in Medical Journals , author =. Statistics in Medicine , volume =. doi:10.1002/sim.4780010109 , urldate =
-
[31]
Statistical Guidelines for Contributors to Medical Journals. , author =. British Medical Journal (Clinical research ed.) , volume =. doi:10.1136/bmj.286.6376.1489 , file =
-
[32]
Practical Statistics for Medical Research , author =
-
[33]
Altman, Douglas G. , year = 1991, journal =. Statistics in Medical Journals:. doi:10.1002/sim.4780101206 , abstract =
-
[34]
, year = 2000, journal =
Altman, Douglas G. , year = 2000, journal =. Statistics in Medical Journals:
2000
-
[35]
Altman, Douglas G. , year = 2002, journal =. Poor-Quality Medical Research:. doi:10.1001/jama.287.21.2765 , urldate =
-
[37]
Unraveling the Complex Interplay between Obesity and Vitamin
Alzohily, Bashar and AlMenhali, Asma and Gariballa, Salah and Munawar, Nayla and Yasin, Javed and Shah, Iltaf , year = 2024, journal =. Unraveling the Complex Interplay between Obesity and Vitamin. doi:10.1038/S41598-024-58154-Z , abstract =
-
[38]
doi:10.1109/TIT.2009.2030485 , abstract =
Amari, Shun Ichi , year = 2009, journal =. doi:10.1109/TIT.2009.2030485 , abstract =
arXiv 2009
-
[39]
Divergence, Optimization and Geometry , booktitle =
Amari, Shun Ichi , year = 2009, volume =. Divergence, Optimization and Geometry , booktitle =. doi:10.1007/978-3-642-10677-4_21 , abstract =
-
[42]
Anderson, Sharon and Hauck, Walter W. , year = 1983, journal =. A. doi:10.1080/03610928308828634 , abstract =
-
[43]
, year = 1986, journal =
Anderson, Herbert L. , year = 1986, journal =. Metropolis,
1986
-
[44]
Anderson, Samantha F. and Maxwell, Scott E. , year = 2017, journal =. Addressing the ``. doi:10.1080/00273171.2017.1289361 , urldate =
arXiv 2017
-
[46]
and Kelley, Ken , year = 2022, journal =
Anderson, Samantha F. and Kelley, Ken , year = 2022, journal =. Sample. doi:10.1037/MET0000520 , urldate =
-
[47]
Anderson, T. W. and Darling, D. A. , year = 1952, journal =. Asymptotic. doi:10.1214/aoms/1177729437 , urldate =
arXiv 1952
-
[48]
Andres, Antonio Mart. Comments on '. Statistics in Medicine , volume =. doi:10.1002/sim.3169 , urldate =
-
[50]
Andrews, Mark and Baguley, Thom , year = 2013, journal =. Prior Approval:. doi:10.1111/bmsp.12004 , urldate =
-
[51]
Stability of Stochastic Approximation under Verifiable Conditions , author =. Proceedings of the 44th IEEE Conference on Decision and Control, and the European Control Conference, CDC-ECC '05 , volume =. doi:10.1109/CDC.2005.1583231 , abstract =
arXiv 2005
-
[52]
Andrieu, Christophe and Thoms, Johannes , year = 2008, journal =. A Tutorial on Adaptive. doi:10.1007/s11222-008-9110-y , abstract =
- [53]
-
[54]
Anscombe, F.J. , year = 1963, journal =. Sequential. doi:10.1080/00401706.1976.10489459 , file =
arXiv 1963
-
[55]
Arandjelovi. A More Principled Use of the. Royal Society Open Science , volume =. doi:10.1098/rsos.181519 , urldate =
-
[56]
Arjas, Elja and Gasbarra, Dario , year = 2026, number =. Is Control of Type. doi:10.48550/arXiv.2312.15222 , urldate =. arXiv , keywords =:2312.15222 , primaryclass =
-
[57]
Arrowsmith, John , year = 2011, journal =. Phase. doi:10.1038/nrd3375 , urldate =
doi:10.1038/nrd3375 2011
-
[58]
Arrowsmith, John , year = 2011, journal =. Trial Watch:. doi:10.1038/NRD3439 , urldate =
doi:10.1038/nrd3439 2011
-
[59]
Semaglutid (. Wiss. Fachausschuss der Bundes\"arztekammer , urldate =
-
[60]
Semaglutid (
der deutschen. Semaglutid (
-
[61]
doi:10.1080/00031305.2016.1154108.Vt2XIOaE2MN , abstract =
American. doi:10.1080/00031305.2016.1154108.Vt2XIOaE2MN , abstract =
Pith/arXiv arXiv 2016
-
[62]
Ashby, Deborah and Smith, Adrian F.M. , year = 2000, journal =. Evidence-Based Medicine as. doi:10.1002/1097-0258(20001215)19:23<3291::AID-SIM627>3.0.CO;2-T , abstract =
-
[63]
Bayesian Statistics in Medicine:
Ashby, Deborah , year = 2006, journal =. Bayesian Statistics in Medicine:. doi:10.1002/sim.2672 , urldate =. 16947924 , eprinttype =
doi:10.1002/sim.2672 2006
-
[64]
BMC Medical Research Methodology , volume =
Chi-Square Test under Indeterminacy: An Application Using Pulse Count Data , author =. BMC Medical Research Methodology , volume =. doi:10.1186/S12874-021-01400-Z/FIGURES/1 , urldate =
-
[65]
Guidelines for
Association, American Statistical , year = 2005, number =. Guidelines for
2005
-
[66]
Association, American Statistical , year = 2016, journal =. Guidelines for. doi:10.3928/01484834-20140325-01 , abstract =
- [68]
-
[69]
Azen, Razia and Budescu, David , editor =. Applications of. The. doi:10.4135/9780857020994.n13 , file =
-
[70]
Laplace's. Proceedings of the. doi:10.1016/b978-1-55860-332-5.50009-2 , urldate =
-
[71]
Design and Statistical Analysis of Oral Medicine Studies:
Baccaglini, L and Shuster, J J and Cheng, J and Theriaque, D W and Schoenbach, V J and Tomar, S L and Poole, C , year = 2010, journal =. Design and Statistical Analysis of Oral Medicine Studies:. doi:10.1111/j.1601-0825.2009.01634.x , urldate =. 19874532 , eprinttype =
arXiv 2010
-
[72]
Bai, Yan and Craiu, Radu V. and Di Narzo, Antonio F. , year = 2011, journal =. Divide and. doi:10.1198/jcgs.2010.09035 , urldate =
Pith/arXiv arXiv 2011
-
[73]
Refinement of Experimental Design and Conduct in Laboratory Animal Research , author =. ILAR Journal , volume =. doi:10.1093/ILAR/ILU037 , urldate =
-
[74]
Gu, Xin and Hoijtink, Herbert and Mulder, Joris and. Bain:
-
[75]
Is There a Reproducibility Crisis? , author =. Nature , volume =. doi:10.1038/533452A , abstract =
-
[76]
Reproducibility Project Yields Muddy Results:
Baker, Monya and Dolgin, Elie , year = 2017, journal =. Reproducibility Project Yields Muddy Results:. doi:10.1038/541269a , file =
doi:10.1038/541269a 2017
-
[77]
Postgraduate medicine , volume =
Odds Ratio vs Risk Ratio in Randomized Controlled Trials , author =. Postgraduate medicine , volume =. doi:10.1080/00325481.2015.1022494 , urldate =
arXiv 2015
-
[78]
Balzarini, R. N. and Bobson, K. and Chin, K. and Campbell, L. , year = 2017, journal =. Does Exposure to Erotica Reduce Attraction and Love for Romantic Partners in Men?
2017
-
[79]
Bancroft, T. A. , year = 1944, journal =. On. doi:10.1214/aoms/1177731284 , urldate =
arXiv 1944
-
[81]
Bandyoapdhyay, Prasanta S. and Nelson, Davin and Greenwood, Mark and Brittan, Gordon and Berwald, Jesse , year = 2011, journal =. The Logic of. doi:10.1007/S11229-010-9797-0/METRICS , abstract =
-
[82]
Bandyopadhyay, Dipankar and Reich, Brian J and Slate, Elizabeth H , year = 2009, volume =. Bayesian Modeling of Multivariate Spatial Binary Data with Applications to Dental Caries , booktitle =. doi:10.1002/sim.3647 , urldate =. 19902498 , eprinttype =
doi:10.1002/sim.3647 2009
-
[83]
, editor =
Bandyopadhyay, Prasanta S. , editor =. Philosophy of
-
[84]
Truths about
Bandyopadhyay, Prasanta S and Raghavan, R Venkata and Dcruz, Don Wallace and Brittan, Gordon , year = 2015, pages =. Truths about. Indian
2015
-
[85]
and Raghavan, R
Bandyopadhyay, Prasanta S. and Raghavan, R. Venkata and Dcruz, Don Wallace and Brittan, Gordon , year = 2015, pages =. Truths about. Indian
2015
-
[86]
Banks, David L. , year = 1996, journal =. A Conversation with. doi:10.1214/ss/1032209661 , abstract =
arXiv 1996
-
[87]
Dong, Chen and Wedel, Michel , year = 2019, howpublished =
2019
-
[89]
Some Teasers Concerning Conditional Probabilities , author =. Cognition , volume =. doi:10.1016/0010-0277(82)90021-X , abstract =
-
[91]
Baratgin, Jean , year = 2015, journal =. Rationality, the. doi:10.3389/fpsyg.2015.01168 , abstract =
arXiv 2015
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.