cedalion.math.ar_model
Functions
|
This function computes and applies an AR filter on a data time series. |
|
This function computes the ar coefficients up to a max model order. |
|
This function loops over a timeseries and computs the AR-coefficients. |
- cedalion.math.ar_model.bic_arfit(dd, pmax=30)[source]
This function computes the ar coefficients up to a max model order.
BIC is used to select the model
- Parameters:
dd – pd.Series
pmax – int (default 30)
- Returns:
sm.tsa.AutoReg results class (includes intercept term)