Compare PMM2 with classical time series estimation methods
compare_ts_methods(
x,
order,
model_type = c("ar", "ma", "arma", "arima"),
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)
Model type: "ar", "ma", "arma", or "arima"
Logical, whether to include intercept term
List of additional arguments to pass to ts_pmm2()