commonpower.data_forecasting.forecasters
Collection of forecasters.
Classes
This forecaster predicts all future timesteps with the "current" value. |
|
This forecaster predicts the last timestep of the horizon as the "current" value. |
|
This forecaster knows the true future values but applies a uniformly random noise to it. |
|
This forecaster perfectly predicts future values. |
|
This forecaster predicts all future timesteps with the value look_back before, i.e., every value is predicted as the value at time t-look_back. |