gaussian_ar
Gaussian autoregressive estimating schema.
- class pysatl_cpd.algorithms.online.cusum.component.estimator.gaussian_ar.EstimatesGaussianAR[source]
Bases:
ISchemaEstimates- coefficients: UnivariateNumericArray
- history: UnivariateNumericArray
- class pysatl_cpd.algorithms.online.cusum.component.estimator.gaussian_ar.GaussianARSchema(autoreg_order=1, adaptive=True, window=None)[source]
Bases:
IEstimatingSchema[UnivariateNumericArray,EstimatesGaussianAR]Univariate autoregressive estimation schema backed by
archARX.- Parameters:
- Raises:
ValueError – If autoreg_order is non-positive, or window is non-positive.
RuntimeError – If the optional
archdependency is not installed.
- property estimates: EstimatesGaussianAR
Current AR model estimates.
- Return type: