A demonstration of Bayesian anomaly detection for robust parameter inference in the presence of outliers.
This repository demonstrates how Bayesian anomaly detection can automatically identify and mitigate the effects of outliers in scientific data analysis. The method uses a binary anomaly mask with Bernoulli priors and a piecewise likelihood that gracefully handles both normal and anomalous data points.
jupyter notebook demo_anomaly_detection.ipynbpython bayesian_anomaly_detection.py- Leeney et al. (2022): Bayesian approach to radio frequency interference mitigation
- Anstey and Leeney (2023): Enhanced Bayesian RFI Mitigation and Transient Flagging Using Likelihood Reweighting
If you use this code in your research, please cite:
@article{leeney2022bayesian,
title={Bayesian approach to radio frequency interference mitigation},
author={Leeney, Samuel and others},
journal={arXiv preprint arXiv:2211.15448},
year={2022}
}