diff --git a/_posts/2024-11-11-bayesian-bisection.md b/_posts/2024-11-11-bayesian-bisection.md index 1ed9392..0f32940 100644 --- a/_posts/2024-11-11-bayesian-bisection.md +++ b/_posts/2024-11-11-bayesian-bisection.md @@ -125,3 +125,8 @@ f(p) = P(observed results \| p)
where successes≥k and failures≥k are respectively the number of successes and failures observed at commit Ck or a later commit. + +Note that if you re-estimate _p_ every iteration then the median doesn't quite +behave as described above and it's not clear that the process eventually +converges. It might make more sense to estimate _p_ only from the test results +on commits that have been observed to fail.