robjhyndman / forecast

Forecasting Functions for Time Series and Linear Models
http://pkg.robjhyndman.com/forecast
1.13k stars 342 forks source link

tbats forecast #90

Closed sergejla closed 9 years ago

sergejla commented 10 years ago

Hi, can it be that tbats somehow rvereses the time series? When I do plot(forecast(tbats,h=365)$mean), the plot seems to be reveresed from the expected one... I supply my time series in increasing order, meaning observation X+1 is 1 days later than the onservation on day X. Thx, Sergej

robjhyndman commented 10 years ago

Please provide a reproducible example