You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README/ReleaseNotes/v640/index.md
-22Lines changed: 0 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,28 +205,6 @@ As part of this migration, the following build options are deprecated. From ROOT
205
205
overhead in `RooAbsRealLValue::inRange()`, which is visible in many-parameter
206
206
fits. Therefore, these functions are removed.
207
207
208
-
### New implementation of `RooHistError::getPoissonInterval`
209
-
210
-
**RooHistError::getPoissonInterval** was reimplemented to use an exact chi-square–based construction (Garwood interval) instead of asymptotic approximations and lookup tables.
211
-
212
-
Previously:
213
-
214
-
* For `n > 100`, a hard-coded asymptotic formula was used, which was not explained in the documentation.
215
-
* That approximation corresponds to inverting the Poisson score test and was only correct for `nSigma = 1`.
216
-
* The behavior for `n > 100` was not statistically consistent because of the hard transition between exact formula and approximation, resulting in a discrete and unexpected jump in approximation bias.
217
-
* For small `n`, numerical root finding and a lookup table were used.
218
-
219
-
Now:
220
-
221
-
* The interval is computed directly using chi-square quantiles for all `n`.
222
-
* The construction provides exact frequentist coverage.
223
-
* The implementation works consistently for arbitrary `nSigma`.
224
-
* The hard-coded `n > 100` threshold, lookup table, and numerical root finding were removed.
225
-
* For `n = 0`, a one-sided upper limit is used (with lower bound fixed at 0), consistent with the physical constraint `mu ≥ 0`.
226
-
227
-
Results may differ from previous ROOT versions for `n > 100` or `nSigma != 1`.
228
-
The new implementation is statistically consistent and recommended.
229
-
230
208
## RDataFrame
231
209
232
210
- The message shown in ROOT 6.38 to inform users about change of default compression setting used by Snapshot (was 101 before 6.38, became 505 in 6.38) is now removed.
0 commit comments