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#

forecast(→ pandas.DataFrame)

Method to forecast the head from ensembles of stress forecasts.

get_overall_mean_and_variance(...)

Method to get the overall mean and variance of the forecast ensemble.