pyhctsa.operations.model_fit.ar_cov¶
-
pyhctsa.operations.model_fit.ar_cov(y, p=
2)¶ Fits an autoregressive (AR) model of a given order p.
Uses the arcov approach (covariance method) to fit an AR model to the input time series.
2)¶Fits an autoregressive (AR) model of a given order p.
Uses the arcov approach (covariance method) to fit an AR model to the input time series.