Skip to content

Commit ca2685b

Browse files
authored
[nfc] skip k=2
1 parent 3a15c70 commit ca2685b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roofit/roofitcore/src/RooEllipse.cxx

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Two-dimensional ellipse that can be used to represent an error contour.
4343
/// with:
4444
/// \f[ z = ((x-x_1)^2/s_1^2 + (y-x_2)^2/s_2^2 - 2 \rho x y/(s_1s_2)) \f]
4545
/// As demonstrated in https://root-forum.cern.ch/t/drawing-convergence-ellipse-in-2d/61936/10, the
46-
/// "oriented" ellipse with semi-axis = (k * s_1, k * s_2) includes 39% (k = 1) and 86% (k = 2) of
46+
/// "oriented" ellipse with semi-axis = (k * s_1, k * s_2) includes 39% (for k = 1) of
4747
/// all data, this confidence ellipse can thus be interpreted as a confidence contour level.
4848
/// This ellipse can be described by the implicit equation `z/(1-rho*rho) = k = - 2 * nll ratio`, or explictly:
4949
///

0 commit comments

Comments
 (0)