# Covariate Python implementation: `nstat.signal.Covariate` ## Purpose This class preserves MATLAB-facing structure while using a Python-native, fully independent implementation in `nSTAT-python`. ## References - [API reference](../../api.md) - [Paper overview](../paper_overview.md) - DOI: `10.1016/j.jneumeth.2012.08.009` - PMID: `22981419` ## Related learning resources - [CovariateExamples notebook](https://github.com/cajigaslab/nSTAT-python/blob/main/notebooks/CovariateExamples.ipynb) - [CovariateExamples help page](../examples/CovariateExamples.md) - [TrialExamples notebook](https://github.com/cajigaslab/nSTAT-python/blob/main/notebooks/TrialExamples.ipynb) - [TrialExamples help page](../examples/TrialExamples.md)