Hello I try to forecast with BSM. My data is in the annex. I dont understand why my forecasting result very interesting. You can see in annex (result.png) I expect that forecasting result must be increasing
my code ; (fit <- StructTS(log10(x), type = "BSM")) plot(cbind(fitted(fit), resids=resid(fit)), main = "Data") library(forecast) plot(forecast(fit)) is there any idea? Thanks
______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.