Versions in this module Expand all Collapse all v0 v0.0.1 Mar 5, 2021 Changes in this version + type ExponentialSmoothingConfig struct + Alpha float64 + ConfidenceLevels []float64 + func (cfg *ExponentialSmoothingConfig) Validate() error + type SimpleExpSmoothing struct + func NewExponentialSmoothing() *SimpleExpSmoothing + func (se *SimpleExpSmoothing) Configure(config interface{}) error + func (se *SimpleExpSmoothing) Evaluate(ctx context.Context, sf *dataframe.SeriesFloat64, ...) (float64, error) + func (se *SimpleExpSmoothing) Load(ctx context.Context, sf *dataframe.SeriesFloat64, r *dataframe.Range) error + func (se *SimpleExpSmoothing) Predict(ctx context.Context, n uint) (*dataframe.SeriesFloat64, []forecast.Confidence, error)