Skip to main content

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 hashes)

Uploaded Source

Built Distribution

covmatest-0.4.1-py3-none-any.whl (7.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page