posterior icon indicating copy to clipboard operation
posterior copied to clipboard

The posterior R package

Results 91 posterior issues
Sort by recently updated
recently updated
newest added
trafficstars

(I'm not sure where this lives, so I'm putting it here because at least I know the relevant folks will see it and then we can discuss ;).) I think...

feature
interface

Over the past week or two I have encountered multiple instances when helping some folks with {posterior} where I wished `bind_draws()` had an implementation for lists. See, for example, this...

the mcse quantile function does break down for quantile 100%, but works for the minimum: ![image](https://user-images.githubusercontent.com/12070126/183033441-1115e24f-95d1-476f-9544-624d22b8fe4d.png) I would expect it to work just fine for the maximum, no... but right...

bug

I am struggling with converting posteriors I get from rstantools things like `posterior_linpred` to a draws object correctly. The problem is that the chain information gets dropped. Here is an...

documentation
feature
interface

@kgoldfeld has a nice pair of posts using `rvar`s for posterior predictive checks: https://www.rdatagen.net/post/2021-08-17-quick-follow-up-on-posterior-probability-checks-with-rvars/ One thing I noticed is the current slightly non-obvious construction needed to apply a function over...

feature

It could be beneficial to discuss different merge strategies as well as expectations from contributors regarding commits and PRs. Having every single commit in git history might create clutter or...

documentation

(Note: I'm opening this here for discussion first rather than opening a bunch of essentially duplicate issues in several packages) Now that posterior is on CRAN, would it make sense...

interface

Looking at the code for [`rfun`](https://github.com/stan-dev/posterior/blob/master/R/rvar-rfun.R#L52) and looking at the [`future` dev guide](https://cran.r-project.org/web/packages/future/vignettes/future-7-for-package-developers.html) I think that that we could allow users to optionally specify whether the rfun should be allowed...

efficiency

Pareto-khat diagnostic can be used in general for any Monte Carlo expectation estimate (not just importance sampling) I'm drafting here different functions and their arguments. Some of these are based...

feature

It would be nice if there was a `summarise_draws()` helper function along the lines of `brms_summary_measures()`, which only returned the typical four **brms** summary columns for the mean, SD, and...

feature
good first issue