Skip to main content

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


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.2.tar.gz (20.1 kB view hashes)

Uploaded Source

Built Distribution

fppanalysis-0.1.2-py3-none-any.whl (23.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page