We used **1981-1991 as training** period and **1991-2010 as reference** period. The results shown in this notebook are based on the model predictions on the reference period.
We used **1981-1991 as training** period and **1991-2010 as reference** period. The results shown in this notebook are based on the model predictions on the reference period.
For precipitation, the network is optimizing the negative log-likelihood of a Bernoulli-Gamma distribution after [Cannon (2008)](http://journals.ametsoc.org/doi/10.1175/2008JHM960.1).
For precipitation, the network is optimizing the negative log-likelihood of a Bernoulli-Gamma distribution after [Cannon (2008)](http://journals.ametsoc.org/doi/10.1175/2008JHM960.1).
print('(ERA-5) Average bias of P{:.0f} for season {}: {:.1f}%'.format(quantile*100,season.values.item(),bias_ex_snl_ref.sel(season=season).mean().item()))
print('(ERA-5) Average bias of P{:.0f} for season {}: {:.1f}%'.format(quantile*100,season.values.item(),bias_ex_snl_ref.sel(season=season).mean().item()))