Skip to content

Change quantiles so that the upper CI variables point to the higher values and…

Change quantiles so that the upper CI variables point to the higher values and lower CI variables point to the lower values.

  1. upper90 now points to the 95th quantile.
  2. lower90 now points to the 5th quntile.
  3. upper50 now points to the 75th quantile.
  4. lower50 now points to the 25th quantile.

Closes #18 (closed)

Merge request reports