forecast#
This module contains methods to generate forecasts using a Pastas model instance.
Examples
Generate forecasts using ensembles of stress forecasts:
forecasts = ... # dictionary or list of dataframes with time series forecasts
ps.forecast(ml, forecasts)
Functions#
|
Method to forecast the head from ensembles of stress forecasts. |
Method to get the overall mean and variance of the forecast ensemble. |