To account for observation errors in ensemble verification the forecast values can be perturbed by sampling from a specified error distribution. Jittering the forecast is only likely to have an effect on the ensemble spread and rank histograms.
Arguments
- .fcst
An object of class 'harp_fcst'.
- jitter_func
The function to be applied to the forecast values.
- obs_col
The observations column if it is to be used in the jitter function. Can be the column name, quoted, or unquoted. If a variable it should be embraced - i.e. wrapped in
{{}}
.- ...
Other arguments to
jitter_func
.