Metadata-Version: 2.1
Name: closedexpressions
Version: 0.1.1
Summary: Closed expressions for shot noise processes.
Home-page: https://github.com/uit-cosmo/fpp-closed-expressions
License: MIT
Author: gregordecristoforo
Author-email: gregor.decristoforo@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: mpmath (>=1.2.1,<2.0.0)
Requires-Dist: numpy (>=1.22.2,<2.0.0)
Description-Content-Type: text/markdown

# fpp-closed-expressions

Closed expressions for the most common functions related to shot noise processes.

## installation
The package is published to PyPI and can be installed with
```sh
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]:

```sh
git clone https://github.com/uit-cosmo/fpp-closed-expressions
cd fpp-closed-expresions
poetry install
```

## Use

Import functions directly, i.e.:

```Python
import closedexpressions as ce

psd = ce.psd(omega, td, l)
```
