Alpha Waves Dataset
Project description
covmatest
Generate covariance matrices for testing.
Installation
- Using pipy:
pip install covmatest
- For developers:
python setup.py develop
Usage
Example 1
from covmatest import get_covmat
n_matrices = 3
n_channels = 2
covmat = get_covmat(n_matrices, n_channels)
print(covmat)
Example 2
from covmatest import get_covmat
n_matrices, n_channels = 3, 2
classA = get_covmat(n_matrices, n_channels, returns_A=True, returns_B=False)
classB = get_covmat(n_matrices, n_channels, returns_A=False, returns_B=True)
Environment
- Ubuntu, Windows, MacOs
- Python 3.8 and 3.9
How to cite?
G. Cattan, covmatest. 2021. [Online]. Available: https://github.com/gcattan/covmatest/ DOI: https://doi.org/10.5281/zenodo.5574548
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
covmatest-0.4.1.tar.gz
(9.3 kB
view details)
Built Distribution
File details
Details for the file covmatest-0.4.1.tar.gz
.
File metadata
- Download URL: covmatest-0.4.1.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7dd9f86be4817179ada97d649b908a9871cc1ee3aa82ca5f8b6223117f7dbb94 |
|
MD5 | 59c2bc02d8698ef256d6bd208ed647b3 |
|
BLAKE2b-256 | 9784a12e08478879a3e14a8c98dac9fd828f05a327b1fe6b7edd1288eebf7a45 |
File details
Details for the file covmatest-0.4.1-py3-none-any.whl
.
File metadata
- Download URL: covmatest-0.4.1-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17041309b473a92efd462207081eec63b0a1ff5db1c9e6dd4636511263bd785c |
|
MD5 | 06d0267715ec303966d99c96c3a767b0 |
|
BLAKE2b-256 | 352ee06cd2440abd1e419229625771ef3e2bbfd106c0dbefd5b734f6f7137203 |