Skip to main content

An open-source software package for statistics with time series.

Project description

Python Versions PyPi Tests License Contributors Code Style

PTE Stats - Python tools for electrophysiology

PTE Stats is an open-source software package for statistics with time series.

It builds upon PTE and provides statistical tools for time-series. PTE Stats is particularly useful with intracranial EEG data such as local field potentials and electrocorticography.

Installing pte-stats

Stable release

To install the latest stable release, simply type:

$ pip install pte-stats

Development version

To install the latest development version, first clone this repository:

$ git clone https://github.com/richardkoehler/pte-stats

If you are using conda, simply run:

$ conda env create -f env.yml
$ conda activate pte-stats

If you want to install pte-stats into an existing environment, type:

$ pip install -e .

Usage

import pte_stats

Contributing

Please feel free to contribute yourselves or to open an issue when you encounter a bug or to request a new feature.

For any minor additions or bugfixes, you may simply create a pull request.

For any major changes, make sure to open an issue first. When you then create a pull request, be sure to link the pull request to the open issue in order to close the issue automatically after merging.

How to contribute

To contribute yourselves, you should fork this repository, and then create a development branch from your fork.

Then, inside your development branch run the commands:

$ conda env create -f env_dev.yml
$ conda activate pte-stats-dev

... or simply:

$ pip install -e .[dev]

This will additionally install packages for development, such as black, pylint, mypy and isort.

License

PTE Stats is licensed under the MIT license.

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

pte_stats-0.3.0.tar.gz (15.4 kB view hashes)

Uploaded Source

Built Distribution

pte_stats-0.3.0-py3-none-any.whl (11.2 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