Shows a view of an arbitrary detector sensitivity under two different statistical assumptions. Here we will use:
Z = Sensitivity in units of σ
s = Signal rate
b = Background rate
t = time (units matching s and b)
σ = Background rate fractional uncertainty
This is the sensitivity to reject a non-zero hypothesis:
This is the sensitivity to measure the value of s for a given signal rate:
It is recommended to run in a new virtual environment:
python3 -m venv sdash
source sdash/bin/activateInstall the requirements
pip install -r requirements.txtRun the app
python app.pyOpen a browser at http://127.0.0.1:8050