functionpartialBaselinePrediction
Partial function for baseline load prediction
Information
Partial function that defines the input and output arguments for the base load predictions.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Power[:] | P | Vector of power consumed in each interval of the current time of day | |
| Integer | k | Number of history terms that have already been stored |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Power | y | Baseline power consumption |
Revisions
-
March 21, 2014 by Michael Wetter:
First implementation.