Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support weight aes in stat_sample_slabinterval #41

Open
8 of 9 tasks
mjskay opened this issue Aug 4, 2019 · 0 comments
Open
8 of 9 tasks

support weight aes in stat_sample_slabinterval #41

mjskay opened this issue Aug 4, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@mjskay
Copy link
Owner

mjskay commented Aug 4, 2019

To make everything consistent this would be a bit of a pain, so leaving it off for now. Would need to:

  • make a weighted_ecdf() function to support CDFs
  • make a weighted_quantile() function to support quantiles
  • make a weighted_hist() function to support histograms
  • make a weighted sample distribution type (.dist_weighted_sample() for now)
  • pull out weight aes and summarize sample into a .dist_weighted_sample() in compute_panel
  • pass through weight to density, weighted_ecdf, and weighted_quantile for slabs
  • use weighted histograms to support histinterval
  • add support for weights in point_interval - at least for weighted sample dist objects

Later, once support in posterior is done:

  • support weights in rvars
mjskay referenced this issue in mjskay/tidybayes Aug 4, 2019
@mjskay mjskay transferred this issue from mjskay/tidybayes Nov 25, 2020
@mjskay mjskay added the enhancement New feature or request label Nov 25, 2020
mjskay added a commit that referenced this issue Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant