https://github.com/bat/runstatistics.jl
Run statistics in Julia
Science Score: 33.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 4 DOI reference(s) in README -
✓Academic publication links
Links to: arxiv.org -
✓Committers with academic emails
2 of 3 committers (66.7%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.3%) to scientific vocabulary
Repository
Run statistics in Julia
Basic Info
Statistics
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
RunStatistics.jl
This package implements the evaluation of the cumulative distribution function P(T < T_obs | N) of the weighted-runs statistic originally defined in
Frederik Beaujean and Allen Caldwell. A Test Statistic for Weighted Runs. Journal of Statistical Planning and Inference 141, no. 11 (November 2011): 3437–46. doi:10.1016/j.jspi.2011.04.022 arXiv:1005.3233
The authors further derived an approximation to be able to compute the cumulative also for large numbers of observations in
Frederik Beaujean and Allen Caldwell. Is the bump significant? An axion-search example arXiv:1710.06642
where they renamed the weighted-runs statistic to the SQUARES statistic.
This code is based on the original implementation by Frederik Beaujean in c++ and mathematica.
Installation
To install RunStatistics.jl, start Julia and run
Julia
julia> using Pkg
julia> pkg"add RunStatistics"
and
Julia
julia> using RunStatistics
to use the functions the package provides.
For an explanation on the theory behind the package and how to use it for your data, see the Documentation for stable version.
Documentation
Citing RunStatistics.jl
When using RunStatistics.jl for research, teaching or similar, please cite the original authors' work:
``` @article{beaujean2011test, title={A test statistic for weighted runs}, author={Beaujean, Frederik and Caldwell, Allen}, journal={Journal of Statistical Planning and Inference}, volume={141}, number={11}, pages={3437--3446}, year={2011}, publisher={Elsevier} }
@article{Beaujean:2017eyq, author = "Beaujean, Frederik and Caldwell, Allen and Reimann, Olaf", title = "{Is the bump significant? An axion-search example}", year = "2017", eprint = "1710.06642", archivePrefix = "arXiv", primaryClass = "hep-ex", SLACcitation = "%%CITATION = ARXIV:1710.06642;%%" }
Owner
- Name: Bayesian analysis toolkit
- Login: bat
- Kind: organization
- Email: bat@mpp.mpg.de
- Website: https://www.mpp.mpg.de/bat/
- Repositories: 24
- Profile: https://github.com/bat
GitHub Events
Total
Last Year
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Oliver Schulz | o****z@m****e | 5 |
| Michael Dudkowiak | m****k@t****e | 4 |
| Frederik Beaujean | F****n@a****i | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 2
- Total pull requests: 41
- Average time to close issues: less than a minute
- Average time to close pull requests: about 15 hours
- Total issue authors: 2
- Total pull request authors: 3
- Average comments per issue: 0.5
- Average comments per pull request: 0.68
- Merged pull requests: 29
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- iajzenszmi (1)
- JuliaTagBot (1)
Pull Request Authors
- Micki-D (35)
- krshz247 (5)
- fredRos (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- julia 1 total
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
juliahub.com: RunStatistics
Run statistics in Julia
- Documentation: https://docs.juliahub.com/General/RunStatistics/stable/
- License: MIT
-
Latest release: 0.1.0
published over 4 years ago