static DoubleExponentialSmoothing |
DoubleExponentialSmoothing.createCustom(double levelSmoothing,
double trendSmoothing,
MetricContext metricContext) |
static DoubleExponentialSmoothing |
DoubleExponentialSmoothing.createDefault() |
static DoubleExponentialSmoothing |
DoubleExponentialSmoothing.createWithMetric(MetricContext metricContext) |
static DoubleExponentialSmoothing |
DoubleExponentialSmoothing.createWithSmoothingParams(double levelSmoothing,
double trendSmoothing) |
DoubleExponentialSmoothing |
DoubleExponentialSmoothing.DoubleExOptimizer.minimizedMSE(List<DataPoint> dataPoints) |