bats in Forecast library?
If you're going to ask questions like this on the list, please do yourself and everyone else the favor of following the posting guide and creating a minimal reproducible example using public data. Otherwise, you are wasting everyone's time, and should see if the package maintainer has time to help you off-list.
On Mon, 2011-12-12 at 13:54 -0600, Michael wrote:
Hi all, No matter how I set the seasonals in the "bats" command in Forecast library... fit=bats(as.numeric(dPrices), seasonal.periods=c(4, 20, 40)) The output is always:
summary(fit)
seasonal.periods 0 -none- NULL What happened? Thanks a lot!