Commits on Source (2)
-
Leo P. Singer authored
Calculate the Jenson-Shannon divergence between baseline and new sky maps for historical events. The Jenson-Shannon divergence is the symmetrized Kullback-Leibler (KL) divergence computed using base 2 logarithms and divided by 2. It is symmetric and has a value between 0 (for identical distributions) and 1. In this patch, we compute the divergence, but it is not yet added to the MkDocs output.
-
Leo P. Singer authored
Calculate JL divergence for historical sky maps See merge request !2
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- docs/index.md 6 additions, 19 deletionsdocs/index.md
- htcondor/divergence.py 79 additions, 0 deletionshtcondor/divergence.py
- htcondor/historical.sh 1 addition, 0 deletionshtcondor/historical.sh
- main.py 12 additions, 0 deletionsmain.py
- mkdocs.yml 1 addition, 0 deletionsmkdocs.yml
- requirements.txt 1 addition, 0 deletionsrequirements.txt
htcondor/divergence.py
0 → 100644
main.py
0 → 100644