<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
```
from covmatest import get_covmat
n_matrices = 3
n_channels = 2
covmat = get_covmat(n_matrices, n_channels)
print(covmat)
```
## 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": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "EEG neuroscience test covariance matrices",
"author": "Gregoire Cattan",
"author_email": "gcattan@hotmail.fr",
"download_url": "https://files.pythonhosted.org/packages/3e/52/27677f1e4fba1b3b49e29c136571fafcc307a9980949f254fe3461680037/covmatest-0.4.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```\nfrom covmatest import get_covmat\nn_matrices = 3\nn_channels = 2\ncovmat = get_covmat(n_matrices, n_channels)\nprint(covmat)\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",
"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": "",
"digests": {
"blake2b_256": "412e6c5229799234a304aee76995c8e78022471cd5921ff685287d914ca4fd53",
"md5": "10b6059fd7d154dd58bbff36cb1ee770",
"sha256": "dc965c7b05ebbf38c551fe7b6a51464971320b539e27eca1f7c448ebc8e38423"
},
"downloads": -1,
"filename": "covmatest-0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "10b6059fd7d154dd58bbff36cb1ee770",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 7718,
"upload_time": "2024-01-04T14:27:21",
"upload_time_iso_8601": "2024-01-04T14:27:21.303337Z",
"url": "https://files.pythonhosted.org/packages/41/2e/6c5229799234a304aee76995c8e78022471cd5921ff685287d914ca4fd53/covmatest-0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3e5227677f1e4fba1b3b49e29c136571fafcc307a9980949f254fe3461680037",
"md5": "edad422bd9f62e75f39aad7804785edb",
"sha256": "daf8c8310d0a9a150f78f1bb7c1404c37ead3433cd79128ad5018d15d970cc7c"
},
"downloads": -1,
"filename": "covmatest-0.4.tar.gz",
"has_sig": false,
"md5_digest": "edad422bd9f62e75f39aad7804785edb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 9014,
"upload_time": "2024-01-04T14:27:22",
"upload_time_iso_8601": "2024-01-04T14:27:22.565345Z",
"url": "https://files.pythonhosted.org/packages/3e/52/27677f1e4fba1b3b49e29c136571fafcc307a9980949f254fe3461680037/covmatest-0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-04 14:27:22",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "gcattan",
"github_project": "covmatest",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"lcname": "covmatest"
}