You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
I would like to suggest of adding report summary of time series models (e.g. ARIMA, ses). The report class can be work for the class of time series models (ARIMA or Exponential Smoothing Method (ses), and other time series models from either stats or forecast package).
How could we do it?
Similar to report summary from lm() class:
auto.arima(AirPassengers) %>% report()
Also, if you add this features, don't forget the summary of exogenous regressors (if there's any) and other statistics, such as the diagnostics of the time series models (e.g. Ljung-Box test, ARCH test).
Thank you
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
I would like to suggest of adding report summary of time series models (e.g. ARIMA, ses). The report class can be work for the class of time series models (ARIMA or Exponential Smoothing Method (ses), and other time series models from either stats or forecast package).
How could we do it?
Similar to report summary from
lm()
class:Also, if you add this features, don't forget the summary of exogenous regressors (if there's any) and other statistics, such as the diagnostics of the time series models (e.g. Ljung-Box test, ARCH test).
Thank you
The text was updated successfully, but these errors were encountered: