This package implements a Bayesian deconvolution method for extracting the distribution of a target signal
In other words, we have sample sets from
Bayesian Gaussian Mixture Models:
- Finite Gaussian Mixture Models
- Infinite Gaussian Mixture Models (Dirichlet Processes)
Deconvolution Bayesian Gaussian Mixture Models:
- Finite Deconvolution Gaussian Mixture Models
- Infinite Deconvolution Gaussian Mixture Models (Dirichlet Processes)
The package can be installed in Julia as follows:
using Pkg
Pkg.add(url="https://github.com/dsb-lab/scBayesDeconv.jl#VERSION")
or alternatively, using the Pkg REPL:
pkg> add https://github.com/dsb-lab/scBayesDeconv.jl#VERSION
for the version of interest (if no version is given, the development version will be installed).
To explore the basic usage of these models, see the section Artificial convolutions
in the documentation.