| Package | Description |
|---|---|
| org.elasticsearch.search.aggregations.pipeline.movavg.models |
| Modifier and Type | Method and Description |
|---|---|
HoltLinearModel.HoltLinearModelBuilder |
HoltLinearModel.HoltLinearModelBuilder.alpha(double alpha)
Alpha controls the smoothing of the data.
|
HoltLinearModel.HoltLinearModelBuilder |
HoltLinearModel.HoltLinearModelBuilder.beta(double beta)
Equivalent to
alpha, but controls the smoothing of the trend instead of the data |
Copyright © 2009–2017. All rights reserved.