You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, EnsembleSummary contains the mean, variance, and quantiles. The corresponding plot recipe plots (by default) the mean, and the quantiles as ribbons. This can lead to unexpected plots for cases with strong outliers, where the line lies outside of the ribbon.
Proposal: Add the median to the ensemble summary. Then plot either the median (line) and the quantiles (ribbon) for ci_type=:quantile or the mean and variance as currently done when ci_type=:SEM.
The text was updated successfully, but these errors were encountered:
Right now, EnsembleSummary contains the mean, variance, and quantiles. The corresponding plot recipe plots (by default) the mean, and the quantiles as ribbons. This can lead to unexpected plots for cases with strong outliers, where the line lies outside of the ribbon.
Proposal: Add the median to the ensemble summary. Then plot either the median (line) and the quantiles (ribbon) for
ci_type=:quantile
or the mean and variance as currently done whenci_type=:SEM
.The text was updated successfully, but these errors were encountered: