HoltWinters in R 2.14.0
I believe there were some changes to Holt-Winters, specifically in re optimization that probably lead to your problem, but you'll have to provide more details. See the NEWS file for citations about the change. If you put example code/data others may be able to help you -- I haven't updated yet so I can't be of much help. Michael
On Fri, Nov 4, 2011 at 2:55 PM, TimothyDalbey <tmdalbey at gmail.com> wrote:
Hey All, First time on these forums. ?Thanks in advance. Soooo... ?I have a process that was functioning well before the 2.14 update. Now the HoltWinters function is throwing an error whereby I get the following: Error in HoltWinters(sales.ts) : optimization failure I've been looking around to determine why this happens (see if I can test the data beforehand) but I haven't come across anything. Any help appreciated! -- View this message in context: http://r.789695.n4.nabble.com/HoltWinters-in-R-2-14-0-tp3991247p3991247.html Sent from the R help mailing list archive at Nabble.com.
______________________________________________ R-help at r-project.org mailing list 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.