-
Notifications
You must be signed in to change notification settings - Fork 6
Moving Average Load Estimator
meganlim edited this page Aug 3, 2018
·
2 revisions
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.
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.
Parameter | Description |
---|---|
LoadEstimator.window_size [Optional] | The number of samples to keep in the moving average window (default: 10) |