I need a forecasting model that will use time series as well as seasonality. Example, to predict Feb 2013 data, I will use Jan 2013 data and Feb 2012 data.
I was trying to assess TripleExponentialSmoothing and SVM (as used in the Weka forecasting library). However, with limited statistical prowess, I am not sure what(and probably how) to leverage.
I need this as a part of an enterprise Java application. Is there a Java library that I could use?