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

time series #44

Open
maebruck opened this issue Oct 2, 2020 · 0 comments
Open

time series #44

maebruck opened this issue Oct 2, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@maebruck
Copy link
Owner

maebruck commented Oct 2, 2020

pg. 159: Do time series in general make sense to fit? If yes, then possible candidates are:

  • stats::ar() -> univariate autoregressions via ML, unrestricted VAR
  • stats::arima() -> fits using unconditional ML
  • tseries::arma()-> fits using CSS (conditional sum of squares), not MLE
  • forecast::auto.arima()-> fits using arima (ML), so might just plug into existing arima methods.
  • stats::StructTS() -> fits using MLE
    if okay, then check pages behind 159 for functions that need to plug into the methods
@maebruck maebruck added the enhancement New feature or request label Oct 2, 2020
@maebruck maebruck self-assigned this Oct 2, 2020
@maebruck maebruck removed their assignment Apr 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant