Skip to content

Constant Load Estimator

meganlim edited this page Jul 12, 2018 · 1 revision

Description

Constant Load Estimator is a simple future load estimator for cases of constant loading.

Use

A predictor algorithm will create a Constant 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.loading [Required] Vector of the constant load (e.g., LoadEstimator.loading: 1.0, 2.0, 0.5). Note: order must be same as the model input order
LoadEstimator.noise_sigma [Optional] Standard deviation of noise in future loading. The default is 0. At each step, the load estimate will be sampled from this distribution
Clone this wiki locally