https://github.com/alicepagano/aspa-project-bayesian-blocks-algorithm-in-r
Bayesian Blocks algorithm implemented in R code
https://github.com/alicepagano/aspa-project-bayesian-blocks-algorithm-in-r
bayesian-blocks-algorithm r
Last synced: over 1 year ago
JSON representation
Bayesian Blocks algorithm implemented in R code
- Host: GitHub
- URL: https://github.com/alicepagano/aspa-project-bayesian-blocks-algorithm-in-r
- Owner: AlicePagano
- Created: 2020-07-16T11:20:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-16T10:43:35.000Z (over 5 years ago)
- Last Synced: 2025-01-22T23:28:32.369Z (over 1 year ago)
- Topics: bayesian-blocks-algorithm, r
- Language: HTML
- Homepage:
- Size: 6.03 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advanced Statistics for Physics Analysis
## Bayesian-Blocks Algorithm implementation in R
The Bayesian Block algorithm can be used to improve the binning of histograms by finding the optimal segmentation of the data. The visual improvement can be dramatic, but, more importantly, this algorithm produces histograms that accurately represent the underlying distribution while being robust to statistical fluctuations. In this project, the Bayesian Blocks algorithm is implemented in R and its performances are tested with different sets of data.
## Folder organization
The folder are organized in the following way:
* **Jupyter**: contains the jupyter notebook, in which the code for Bayesian Blocks is implemented, and the available datasets.
* **Latex source**: contains the latex source for the project report.