Skip to content

Moving Average Load Estimator

meganlim edited this page Jul 13, 2018 · 2 revisions

Description

Moving Average Load Estimator is a simple future load estimator that uses the past loading to estimate future loading.

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)