-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Francesca Capel
authored
Jul 19, 2020
1 parent
5bb4a00
commit 2c36557
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Bayesian constraints on the astrophysical neutrino population from IceCube data | ||
|
||
Code used in [arXiv:2005.02395](https://arxiv.org/abs/2005.02395). The directories here are organised to follow the paper and | ||
each section is documented with jupyter notebooks. | ||
|
||
If you use this code in your work please cite the above paper. | ||
|
||
## Dependencies | ||
|
||
* [icecube_tools](https://github.com/cescalara/icecube_tools) - for simulation of neutrino detection in IceCube using public info | ||
* [Stan](https://mc-stan.org) and [PyStan](https://pystan.readthedocs.io/en/latest/) - to fit the hierarchical model | ||
|
||
## Questions? | ||
|
||
If you have any questions feel free to open an issue or get in touch ([email protected]). |