A python package for estimating the power spectral density (PSD) of correlated multivariate detector noise using variational inference (VI).
Project description
SGVB PSD Estimator
This repository contains the code for the paper "Fast PSD estimation for correlated multivariate detector noise using VI" by Jianan Liu at al. 2024
Documentation is available at https://nz-gravity.github.io/sgvb_psd/
Development
Install in editable mode with dev dependencies
pip install -e ".[dev]"
pre-commit install
Ensure unit tests are passing locally and on the CI!
pytest tests/
Releasing to PyPI
- Manually change the version number in
pyproject.toml
(has to be higher than previous) - Create a tagged commit with the version number
- Push the tag to GitHub
git tag -a v0.1.0 -m "v0.1.0"
git push origin v0.1.0
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sgvb_psd-0.0.2.tar.gz
(24.0 kB
view hashes)
Built Distribution
sgvb_psd-0.0.2-py3-none-any.whl
(25.1 kB
view hashes)