DynamicsAndNeuralSystems / pyspi

Comparative analysis of pairwise interactions in multivariate time series.
https://time-series-features.gitbook.io/pyspi/
GNU General Public License v3.0
198 stars 26 forks source link

Add computation time for sonnet and fast SPI options to docs #28

Closed anniegbryant closed 1 year ago

anniegbryant commented 1 year ago

This PR incorporates visualizations of computation time across scales of both time series length and number of processes for the full set of 283 SPIs as well as for the sonnet and fast subsets in the FAQ section. It also adds a section to the FAQ on how many SPIs to start out with. Separately, I added the sonnet_config.yaml file to setup.py so that the file is installed with the other config files with the pip install method.