Compare AR methods
compare_ar_methods(x, order = 1, include.mean = TRUE, pmm2_args = list())A named list containing the fitted objects for each estimation
approach (e.g., YW/OLS/MLE or CSS/ML alongside PMM2) plus two data frames:
coefficients (side-by-side parameter estimates) and
residual_stats (residual RSS, MAE, skewness, and kurtosis).
Numeric vector of time series data
Model order specification (see ts_pmm2 for format)
Logical, whether to include intercept term
List of additional arguments to pass to ts_pmm2()