darts.models.components.statsforecast_utils.create_normal_samples(mu, std, num_samples, n)[source]

Generate samples assuming a Normal distribution.

Return type

ndarray

darts.models.components.statsforecast_utils.unpack_sf_dict(forecast_dict)[source]

Unpack the dictionary that is returned by the StatsForecast ‘predict()’ method.