Analysis tools for time series
Project description
fpp-analysis-tools
Collection of tools designed to analyse time series of intermittent fluctuations.
Installation
The package is published to PyPI and can be installed with
pip install fppanalysis
If you want the development version you must first clone the repo to your local machine, then install the project in development mode:
git clone git@github.com:uit-cosmo/fpp-analysis-tools.git
cd fpp-analysis-tools
poetry install
If you plan to use the GPUs, specifically for the deconvolution then setup the following conda environment:
conda create --name my-env
conda activate my-env
conda install -c rapidsai -c nvidia -c conda-forge \
cusignal=21.08 python=3.8 cudatoolkit=11.0
conda install poetry
poetry install
Usage
You can import all functions directly from fppanalysis
, such as
import fppanalysis as fa
bin_centers, hist = fa.get_hist(Data, N)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fppanalysis-0.1.4.tar.gz
(22.6 kB
view details)
Built Distribution
File details
Details for the file fppanalysis-0.1.4.tar.gz
.
File metadata
- Download URL: fppanalysis-0.1.4.tar.gz
- Upload date:
- Size: 22.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.9.7 Linux/5.15.0-58-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64fc45601316b0bf55f68c94521c5d854c893bc254e40fb6542dfcd2ba6d767b |
|
MD5 | 7b6c1a858c78f7798dba5b403b51b61c |
|
BLAKE2b-256 | e2f6cf36744966002b68b1dd763bc8d26330003155f2741b12d92528f11cee17 |
File details
Details for the file fppanalysis-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: fppanalysis-0.1.4-py3-none-any.whl
- Upload date:
- Size: 26.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.9.7 Linux/5.15.0-58-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b67fdbbcd8f1efda464f63358af28855c90d089df416c9c1d262b79a8f5c589 |
|
MD5 | fbfca1e52a9b0c8d9ccf99484e09228d |
|
BLAKE2b-256 | 5fa9c3bb82b432ab40b0afc2d5248d4f3a13af7319bb4280df114cd3e371058d |