Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mirkobunse/cherenkovdeconvolution.jl

Deconvolution algorithms popular in Cherenkov astronomy
https://github.com/mirkobunse/cherenkovdeconvolution.jl

astroparticle-physics classification julia-language machine-learning unfolding

Last synced: 6 days ago
JSON representation

Deconvolution algorithms popular in Cherenkov astronomy

Awesome Lists containing this project

README

        

[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://mirkobunse.github.io/CherenkovDeconvolution.jl/dev)
[![Build Status](https://github.com/mirkobunse/CherenkovDeconvolution.jl/workflows/CI/badge.svg)](https://github.com/mirkobunse/CherenkovDeconvolution.jl/actions)

# CherenkovDeconvolution.jl

Deconvolution problems arise when the probability density function of a quantity is estimated even though this quantity cannot be measured directly. In this scenario, the density has to be inferred from related quantities which are measured instead.

Please read [the documentation](https://mirkobunse.github.io/CherenkovDeconvolution.jl/dev) and [visit our website](https://sfb876.tu-dortmund.de/deconvolution).
You can install this package with the Julia package manager (Julia-0.7 and above):

```julia
] add CherenkovDeconvolution
```