Skip to content

AIT-WATCHMAN/sensitivityDashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sensitivity App

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

Discovery

This is the sensitivity to reject a non-zero hypothesis:

Measurement

This is the sensitivity to measure the value of s for a given signal rate:

How to run

It is recommended to run in a new virtual environment:

python3 -m venv sdash
source sdash/bin/activate

Install the requirements

pip install -r requirements.txt

Run the app

python app.py

Open a browser at http://127.0.0.1:8050

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.0%
  • CSS 2.3%
  • JavaScript 1.7%