Skip to content

Moving Average Load Estimator

meganlim edited this page Aug 3, 2018 · 2 revisions

Description

Moving Average Load Estimator is a simple future load estimator that uses the past loading to estimate future loading. This class handles the logic in the case where future loading is assumed to be similar to past.

Use

A predictor algorithm will create a Moving Average Load Estimator and configure it based on the below configuration. On request, it produces estimates of future loading according to the configuration.

Configuration

Parameter Description
LoadEstimator.window_size [Optional] The number of samples to keep in the moving average window (default: 10)