Partial function that defines the input and output arguments for the base load predictions.
partial function partialBaselinePrediction input Modelica.Units.SI.Power P[:] "Vector of power consumed in each interval of the current time of day"; input Integer k "Number of history terms that have already been stored"; output Modelica.Units.SI.Power y "Baseline power consumption"; end partialBaselinePrediction;