Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

statdepth-1.0.0.tar.gz (36.5 kB view hashes)

Uploaded Source

Built Distribution

statdepth-1.0.0-py2.py3-none-any.whl (27.2 kB view hashes)

Uploaded Python 2 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