Skip to contents

Barplot of WIS or CRPS decomposed into overprediction, underprediction, and dispersion

Usage

plot_score_decomposed_bars(
  scores,
  x = "model",
  width = 0.8,
  position = "dodge2",
  ...
)

Arguments

scores

quantile based scores from the hub

x

Column containing x values. Default "model".

width

width for the bars. Passed to geom_decomposed_scores(). Default 0.8.

position

Position for the bars. Passed to geom_decomposed_scores(). Default "dodge2".

...

keyword arguments passed to geom_decomposed_scores().

Value

A plot of decomposed probabilistic scores.