- 
                Notifications
    You must be signed in to change notification settings 
- Fork 8
Constant Load Estimator
        meganlim edited this page Jul 12, 2018 
        ·
        1 revision
      
    Constant Load Estimator is a simple future load estimator for cases of constant loading.
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.
| 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 |