Closed expressions for the most common functions related to shot noise processes.
The package is published to PyPI and can be installed with
pip install closedexpressions
If you want the development version you must first clone the repo to your local machine, then install the project and its dependencies with [poetry]:
git clone https://github.com/uit-cosmo/fpp-closed-expressions
cd fpp-closed-expresions
poetry install
Import functions directly, i.e.:
import closedexpressions as ce
psd = ce.psd(omega, td, l)