From b9cbd64ddbade2be945272a4827ae3921327f66b Mon Sep 17 00:00:00 2001 From: Felix Philipp Zinn Date: Mon, 11 Nov 2024 14:19:05 +0100 Subject: [PATCH] update link to api_check.py --- docs/getting_started/hypotests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/hypotests.rst b/docs/getting_started/hypotests.rst index 7d85ac7f..d046fe4a 100644 --- a/docs/getting_started/hypotests.rst +++ b/docs/getting_started/hypotests.rst @@ -5,7 +5,7 @@ hypotests This submodule provides tools to do statistical inferences such as discovery test and computations of upper limits or confidence intervals. ``hepstats`` needs a fitting backend to perform computations such as `zfit `_. Any fitting library can be used if their API is compatible with hepstats -(see `api checks `_). +(see `api checks `_). We give here a simple example of an upper limit calculation of the yield of a Gaussian signal with known mean and sigma over an exponential background. The fitting backend used is the `zfit `_