-
> m = tbats(msts(hist, seasonal.periods = c(9,2)), use.trend = F, use.damped.trend = F)
error: copy into submatrix: incompatible matrix dimensions: 4x4 and 1x1
libc++abi.dylib: terminating with un…
-
**URL**: http://192.168.1.112/
**Browser / Version**: Firefox Mobile 52.0
**Operating System**: Android 4.1.2
**Problem type**: Something else - I'll add details below
**Steps to Reproduce**
1. N…
-
Several sources are required to understand the workings of this package. Though `fpp` is a great starting point, it does not reflect the recent changes from `forecast8.x`. One has to look through Hyn…
-
If I try to do a one-step forecast with BATS/TBATS I need to manually recreate the time series object so I can plot it accordingly.
```
star.tra
-
Set alpha=0.09 instead of 0.1 as reported by Dirk.
-
Hi Rob,
I'm sorry if I'm misusing this for learning (I'm afraid it'll most probably be a misuse from my side, not a bug in the software...).
I'm trying to model the following dataset
https://d…
-
I am using hybridForecast R package , and I'm not sure what I'm doing wrong to get a negative forecast for array of possitive numbers:
example:
library("forecastHybrid")
hits=c(1969,2552,3407,3…
-
Could you create Named Confidence Intervals in forecast.ets, forecast.bats, forecast.tbats objects just as they are in other forecasts (stl, arima). It turns out the lack of uniformity creates certain…
-
Here's an item for the wish-list. Consider for example a VAR with unemployment as one of the variables.
```
>>> data = sm.datasets.macrodata.load_pandas()
>>> df = data.data
>>> model = sm.tsa.…
-
While I used the newest version 0.3.0.1 of forecastHybrid, several problems occurred.
1. When I typed this code :
` HybMapHybridModel