A library for computing statistical band depth for multivariate time series data
Project description
# statdepth: Depth Calculation Methods Read the docs at [https://statdepth.readthedocs.io/en/latest/](https://statdepth.readthedocs.io/en/latest/).
This package implements depth calculation and visualization methods for univariate time series data, multivariate time series data, and pointcloud data. This README will now mostly be development information. To see how to use the package, visit the documentation at the link above.
# Development
To install from pip, run ` pip install statdepth `
To install locally, run
` pip install . `
Or to install directly from this repo, ` pip install git+https://github.com/braingeneers/functional_depth_methods `
To set up the development environment as a Conda env, run ` conda env create --file environment.yml `
This code is written in Python, with most methods written in [Numpy](https://numpy.org/). It also uses [numba](https://numba.pydata.org/), a high performance Python compiler. Numba-compiled numerical algorithms in Python can approach the speeds of C or FORTRAN, so this should remove any speed issues Python has.
Depending on how this ends up being used, [dask](https://dask.org/) may also be implemented for parallelization.
History
0.1.0 (2020-12-30)
First release on PyPI.
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
Built Distribution
Hashes for statdepth-0.7.11-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa1f0e365aabe0d37be43115698b2bdc91fd9358d8edd5d197443f47ee49a7ca |
|
MD5 | b764015a5cee86e8a149e0c4a0980c1a |
|
BLAKE2b-256 | 69f48eeb63cf47e00a0719c3e42999eeb13b3ba496e7bc9daa86c5a6c655b342 |