A library for computing statistical depth for univariate and multivariate functional data, and pointcloud data. Additionally, methods for homogeneity testing and visualization are provided.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file statdepth-1.0.0.tar.gz.
File metadata
- Download URL: statdepth-1.0.0.tar.gz
- Upload date:
- Size: 36.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3279fe02d5dff0f642eceb1112d60c18e466cf33fa6edd013230fdd8bf71132f
|
|
| MD5 |
2a79e67d7d5472bb5b481d2cc22e260c
|
|
| BLAKE2b-256 |
7ded30e1d95a4edc2f2196ed7f6c947187ca4178fc5bd5b091dca60f9d9cd361
|
File details
Details for the file statdepth-1.0.0-py2.py3-none-any.whl.
File metadata
- Download URL: statdepth-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 27.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7816a0e966a978dfa122baa0a519710eb5643172a8668918cbfd9dd41960000
|
|
| MD5 |
fd77d166d4ec646d770851bb7e929e98
|
|
| BLAKE2b-256 |
dd5e7b510a52443bf7862bb0a87a50f7a96fcf71e38048e7d584dcb44d386156
|