-
Notifications
You must be signed in to change notification settings - Fork 6
Moving Average Load Estimator
meganlim edited this page Jul 13, 2018
·
2 revisions
Moving Average Load Estimator is a simple future load estimator that uses the past loading to estimate future loading.
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) |