<img type="image/svg" src="https://byob.yarr.is/gcattan/covmatest/score"/>
# 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
Raw data
{
"_id": null,
"home_page": "https://github.com/gcattan/covmatest",
"name": "covmatest",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "EEG neuroscience test covariance matrices",
"author": "Gregoire Cattan",
"author_email": "gcattan@hotmail.fr",
"download_url": "https://files.pythonhosted.org/packages/a4/25/1741716db2ba5da95ba1caeed6f301359b4f265f8691679ac5553f79f5d8/covmatest-0.4.2.tar.gz",
"platform": "any",
"description": "<img type=\"image/svg\" src=\"https://byob.yarr.is/gcattan/covmatest/score\"/>\n\n# covmatest\n\nGenerate covariance matrices for testing.\n\n## Installation\n\n- Using pipy:\n\n```\npip install covmatest\n```\n\n- For developers:\n\n```\npython setup.py develop\n```\n\n## Usage\n\n### Example 1\n```\nfrom covmatest import get_covmat\nn_matrices = 3\nn_channels = 2\ncovmat = get_covmat(n_matrices, n_channels)\nprint(covmat)\n```\n\n### Example 2\n```\nfrom covmatest import get_covmat\nn_matrices, n_channels = 3, 2\nclassA = get_covmat(n_matrices, n_channels, returns_A=True, returns_B=False)\nclassB = get_covmat(n_matrices, n_channels, returns_A=False, returns_B=True)\n```\n\n## Environment\n\n- Ubuntu, Windows, MacOs\n- Python 3.8 and 3.9\n\n## How to cite?\n\nG. Cattan, covmatest. 2021. [Online]. Available: https://github.com/gcattan/covmatest/\nDOI: https://doi.org/10.5281/zenodo.5574548\n",
"bugtrack_url": null,
"license": "Apache 2.0",
"summary": "Alpha Waves Dataset",
"version": "0.4.2",
"project_urls": {
"Bug Reports": "https://github.com/gcattan/covmatest/issues",
"Homepage": "https://github.com/gcattan/covmatest",
"Source": "https://github.com/gcattan/covmatest/"
},
"split_keywords": [
"eeg",
"neuroscience",
"test",
"covariance",
"matrices"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "b32623777389bbacb3048d130a4663b4853fea653cf8e10332a4d95174f29258",
"md5": "74268401a4f80eaf5453007e5a689d1d",
"sha256": "b536c259daf941a94ec39985ba5076d7216b36108b08b3bebbc5563f6ba0f667"
},
"downloads": -1,
"filename": "covmatest-0.4.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "74268401a4f80eaf5453007e5a689d1d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 8157,
"upload_time": "2025-02-23T20:25:02",
"upload_time_iso_8601": "2025-02-23T20:25:02.237100Z",
"url": "https://files.pythonhosted.org/packages/b3/26/23777389bbacb3048d130a4663b4853fea653cf8e10332a4d95174f29258/covmatest-0.4.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a4251741716db2ba5da95ba1caeed6f301359b4f265f8691679ac5553f79f5d8",
"md5": "93150c4b4b241fa62bf95d6b0af0f681",
"sha256": "4404ce38e505f439129215c4e6005383463c185cdeca864259801e17e2aca196"
},
"downloads": -1,
"filename": "covmatest-0.4.2.tar.gz",
"has_sig": false,
"md5_digest": "93150c4b4b241fa62bf95d6b0af0f681",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 9483,
"upload_time": "2025-02-23T20:25:03",
"upload_time_iso_8601": "2025-02-23T20:25:03.204718Z",
"url": "https://files.pythonhosted.org/packages/a4/25/1741716db2ba5da95ba1caeed6f301359b4f265f8691679ac5553f79f5d8/covmatest-0.4.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-23 20:25:03",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "gcattan",
"github_project": "covmatest",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"lcname": "covmatest"
}