Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report Summary for Time Series Model Stats #413

Open
joshbal opened this issue Dec 31, 2023 · 0 comments
Open

Report Summary for Time Series Model Stats #413

joshbal opened this issue Dec 31, 2023 · 0 comments

Comments

@joshbal
Copy link

joshbal commented Dec 31, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant