Skip to content

Commit 8dc589c

Browse files
andlessaWolfgangWaltenberger
authored andcommitted
Small changes in docs
1 parent 625a6b4 commit 8dc589c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ReleaseNotes

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Release v3.0.1, Thu 31 Oct 2024
22
=======================================================
33

44
* Bug fix for printing signal region combination results
5-
* New cluster algorithm (simpler and more stable)
5+
* Replaced algorithm for clustering SMS by a modified minimum spanning tree algorithm
66
* Made the pyhf backend configurable. WARNING: if backend specified is not found, we now fall back to numpy!
77

88
Release v3.0.0, Tue 20 Aug 2024

docs/manual/source/TheoryPredictions.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Hence, a measure of *distance* between two |SMS| can be defined using the relati
209209

210210
.. math::
211211
212-
\mbox{distance}(a,b) = d(a,b) = 2 \frac{|\sigma_{{\rm UL},a}-\sigma_{{\rm UL},b}|}{\sigma_{UL,a}+\sigma_{UL,b}}
212+
\mbox{distance}(a,b) = d(a,b) = 2 \frac{|\sigma_{{\rm UL},a}-\sigma_{{\rm UL},b}|}{\sigma_{{\rm UL},a}+\sigma_{{\rm UL},b}}
213213
214214
where :math:`\sigma_{{\rm UL},a}` (:math:`\sigma_{{\rm UL},b}`) is the cross section upper limit for |SMS| "a" ("b"). These upper limits are extracted from the :ref:`upper limit maps <ULtype>` and typically depend on the masses and widths of the BSM particles appearing in the |SMS|.
215215
Notice that the above definition of distance quantifies the experimental analysis'

0 commit comments

Comments
 (0)