Metadata-Version: 2.1
Name: covmatest
Version: 0.1
Summary: Alpha Waves Dataset
Home-page: https://github.com/gcattan/covmatest
Author: Gregoire Cattan
Author-email: gcattan@hotmail.fr
License: Apache 2.0
Project-URL: Bug Reports, https://github.com/gcattan/covmatest/issues
Project-URL: Source, https://github.com/gcattan/covmatest/
Description: # 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.7 and 3.8
Keywords: EEG neuroscience test covariance matrices
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: tests
