API reference#
This is the full API documentation of the skarf toolbox.
Vector autoregressive (VAR) models#
The skarf.var provides estimators for fitting vector autoregressive (VAR) time
series models.
Covariance based VAR models#
Adapt a covariance matrix as a linear VAR model via a polynomial fit.
|
Covariance based VAR model. |
Regularized linear VAR models#
Regularized linear VAR models.
|
Linear VAR model. |
Multi-sample VAR models#
Fit a separate VAR model for each sample (e.g. subject) in a dataset.
|
Multi-sample VAR model. |
Covariance estimators#
Extension covariance estimators following sklearn.covariance.
PySPI covariance estimators#
A scikit-learn compatible covariance estimator interface for PySPI SPIs.
|
Abstract minimal interface for PySPI SPI object. |
|
Covariance estimator wrapper around a PySPI SPI estimator. |
|
Create an SPI by name. |
|
Create an SPI by its module name and function (with params). |
|
List available PySPI SPIs. |
|
Extract a mapping of SPI identifiers to configuration dicts. |