Holt's Double Exponential Smoothing with Parameter
Used a Parameter Optimization Loop to find the alpha/beta combination that minimizes RMSE, evaluated via Numeric Scorer.
Best parameters extracted and used to re-run the Java Snippet on the full series.
Trend=Additive, Seasonal=None. Search range: alpha, beta ∈ [0.01, 0.99]. Optimal: alpha=0.91, beta=0.901. In-sample fit: R²=0.951, Adjusted R²=0.950, MSE=2.61E-4, MAE=0.0116.
A wide search range was used so the RMSE-optimal weights would not be artificially constrained by a narrow default range.