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

bimonthly data does not work #15

Closed
christophsax opened this issue Feb 2, 2014 · 0 comments
Closed

bimonthly data does not work #15

christophsax opened this issue Feb 2, 2014 · 0 comments
Labels
Milestone

Comments

@christophsax
Copy link
Owner

probably also affects other non standard freq. needs testing

# bimonthly data
  require(tempdisagg)
  AirPassengersBM <- ta(AirPassengers, to = 6)
  m <- seas(AirPassengersBM, 
       regression.aictest = NULL,
       outlier.types = c("ao", "ls", "tc"),
       forecast.maxlead = 18
  )

final(m) should return bimonthly data

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

No branches or pull requests

1 participant