Given a list of draws, summarize mean and confidence intervals.

summarize_draws(draws, confidence_percent)

Arguments

draws

A list of draws. Each draw is a list of variables, where each variable is a three-dimensional array.

confidence_percent

As in, 95.

Value

a list with one name for each variable. Each list item has three parts, lower, median, and upper, for that variable. Each of lower, median, and upper has dimensions year, row, col.