Contributing

Contributions to BayesDensity.jl are very much welcome! If you have a feature request or would like to contribute, feel free to open an issue or a PR!

Contributions of the following kind are especially welcome:

  • Implementing new Bayesian density estimators. To get started on implementing estimators compatible with the current API, see the "Implementing new Bayesian density estimators" tutorial page.
  • Implementing new algorithms for existing Bayesian density estimators.
  • Improving the performance of the currently implemented algorithms.
  • Improving the documentation.