Installation
This page contains information about dependencies, how to install and how to import modules.
Dependencies:
The package requires python 3.10 or higher.
| Packages | Version |
|---|---|
| numpy | ≥ 1.23.0 |
| scipy | ≥ 1.8.1 |
| tqdm | ≥ 4.64.1 |
| numba | ≥ 0.59.0 |
Instalation procedure
The simplest way to install is via pip:
pip install aisp
Importing modules
from aisp.nsa import RNSA, BNSA
nsa = RNSA(N=300, r=0.05)