Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Display median o - b and quartiles #289

Merged
merged 5 commits into from
Nov 15, 2023

Conversation

esheehan-gsl
Copy link
Contributor

Replace the mean line with the median, and display Q1 and Q3 in addition to min and max to provide a better sense for the distribution of observations.

@esheehan-gsl esheehan-gsl added this to the Demo #8 milestone Apr 17, 2023
@esheehan-gsl esheehan-gsl self-assigned this Apr 17, 2023
@esheehan-gsl esheehan-gsl linked an issue Apr 17, 2023 that may be closed by this pull request
@esheehan-gsl esheehan-gsl temporarily deployed to vlab April 17, 2023 14:49 — with GitHub Actions Inactive
@esheehan-gsl esheehan-gsl temporarily deployed to vlab April 17, 2023 14:49 — with GitHub Actions Inactive
@esheehan-gsl esheehan-gsl modified the milestones: Demo #8, Demo #9 Apr 18, 2023
@esheehan-gsl esheehan-gsl removed this from the Demo #9 milestone Jun 5, 2023
@esheehan-gsl esheehan-gsl force-pushed the 286-display-median-o-b-and-quartiles branch from 1b66663 to 2129801 Compare November 10, 2023 18:07
@esheehan-gsl esheehan-gsl marked this pull request as ready for review November 10, 2023 18:42
@esheehan-gsl esheehan-gsl force-pushed the 286-display-median-o-b-and-quartiles branch from 583f89e to 56dd449 Compare November 13, 2023 16:25
Replace mean line with the median, and add an additional area that shows
the interquartile range (are between 75th percentile and 25th
percentile).
I think there are too many points too close together for this to be a
good idea.
When the interquartile range is narrow, it's hard to see against the
median line, so I darkened another shade in USWDS's color tokens to make
it stand out a little more.
Copy link

Code Coverage

Package Line Rate Branch Rate Health
unified_graphics 80% 68%
unified_graphics.etl 97% 96%
utils.s3 68% 69%
Summary 85% (363 / 429) 82% (85 / 104)

Minimum allowed line rate is 60%

@esheehan-gsl esheehan-gsl merged commit 736bc39 into main Nov 15, 2023
@esheehan-gsl esheehan-gsl deleted the 286-display-median-o-b-and-quartiles branch November 15, 2023 20:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Display Median O-B and quartiles
2 participants