https://github.com/gipert/bayesianblocks.jl
Julia implementation of the Bayesian blocks algorithm
https://github.com/gipert/bayesianblocks.jl
Last synced: 5 months ago
JSON representation
Julia implementation of the Bayesian blocks algorithm
- Host: GitHub
- URL: https://github.com/gipert/bayesianblocks.jl
- Owner: gipert
- License: other
- Created: 2021-04-27T11:24:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T15:33:29.000Z (about 5 years ago)
- Last Synced: 2025-11-11T00:42:02.669Z (9 months ago)
- Language: Julia
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# BayesianBlocks.jl
[](https://gipert.github.io/BayesianBlocks.jl/stable)
[](https://gipert.github.io/BayesianBlocks.jl/dev)
[](LICENSE.md)
[](https://github.com/gipert/BayesianBlocks.jl/actions?query=workflow%3ACI)
[](https://codecov.io/gh/gipert/BayesianBlocks.jl)
## Usage
```
julia> ]add BayesianBlocks
julia> using BayesianBlocks
julia> ?BayesianBlocks.partition
[...]
```
## Documentation
* [Documentation for stable version](https://gipert.github.io/BayesianBlocks.jl/stable)
* [Documentation for development version](https://gipert.github.io/BayesianBlocks.jl/dev)
* Scargle, J et al. (2012) https://doi.org/10.1088/0004-637X/764/2/167
## Related
Not a Julia user? Check out this header-only C++ implementation: https://github.com/gipert/bayesian-blocks