public class HoltWintersExponentialSmoothingEx1 extends Object
Applies Holt-Winter's exponential smoothing to a series.
A series of 12 seasonal data values are analyzed using the Multiplicative and
the Additive Holt-Winters method. The season size is nseason
=
4. The objective is to predict one season ahead, nforecasts
= 4
using each method. The forecasts and prediction interval lower and upper
bounds are returned. The mean sum of squares of the one-step ahead forecast
errors is shown to be smallest using the Multiplicative model.
Constructor and Description |
---|
HoltWintersExponentialSmoothingEx1() |
public static void main(String[] args)
Copyright © 2020 Rogue Wave Software. All rights reserved.