powered by
Select Optimal Model based on BIC
best_arima(data, max_p = 5, max_d = 2, max_q = 5)
A list containing the optimal model results and the BIC value
A univariate ts object
Maximum AR order
Maximum differencing order
Maximum MA order
data(keconomy) attach(keconomy) best_arima(UR, max_p = 5, max_d = 2, max_q = 5)
Run the code above in your browser using DataLab