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.2.tar.gz
(9.5 kB
view details)
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 covmatest-0.4.2.tar.gz.
File metadata
- Download URL: covmatest-0.4.2.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4404ce38e505f439129215c4e6005383463c185cdeca864259801e17e2aca196
|
|
| MD5 |
93150c4b4b241fa62bf95d6b0af0f681
|
|
| BLAKE2b-256 |
a4251741716db2ba5da95ba1caeed6f301359b4f265f8691679ac5553f79f5d8
|
File details
Details for the file covmatest-0.4.2-py3-none-any.whl.
File metadata
- Download URL: covmatest-0.4.2-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b536c259daf941a94ec39985ba5076d7216b36108b08b3bebbc5563f6ba0f667
|
|
| MD5 |
74268401a4f80eaf5453007e5a689d1d
|
|
| BLAKE2b-256 |
b32623777389bbacb3048d130a4663b4853fea653cf8e10332a4d95174f29258
|