An open-source software package for statistics with time series.
Project description
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
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
File details
Details for the file pte_stats-0.3.0.tar.gz
.
File metadata
- Download URL: pte_stats-0.3.0.tar.gz
- Upload date:
- Size: 15.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 752f2238483c6ed2979ee935975c83c75848e8d55a7cd687b47afd027e101ab1 |
|
MD5 | 15c19888c888709892e37b5c46b6e369 |
|
BLAKE2b-256 | 355b898c13d8cae3d897d5dd3b0a05ef7de6ad7f75ef549efd1ccef2bbd9835f |
File details
Details for the file pte_stats-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: pte_stats-0.3.0-py3-none-any.whl
- Upload date:
- Size: 11.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc8fa93034ac4a22872e7f9d3ef05f943d65c257b6c803a95cb4da0d06d74389 |
|
MD5 | fa987789dff447bb6de0ac31d4f6cf45 |
|
BLAKE2b-256 | 7819eb4b0c30e792d6850de2af639dfa0f22b9b68c1dfb46e34daa69da74cb1a |