Mitchell O'Hara-Wild
Mitchell O'Hara-Wild
I'm open to changing it, there are many options here. For example, `mean.dist_default()` uses numerical integration. Originally it took a the average from a sufficiently large sample with `generate()`. The...
Yes, that's correct. This is why we have `log(dist_normal())` -> `dist_lognormal()` to catch this common case.
Yes, evidently the tests for transformed distributions need to be fleshed out. Especially transformations which nest other transformations. It's also worth noting that the transformations should be monotonic over the...
@mjskay I've been poking around with `posterior::rvar()` a little bit, and wanted to know a bit more about what it does that `distributional::dist_sample()` can not (or more-so, the typical applications...
Would be nice to find a resource that provides these derivatives for common distributions @wilson-ye-chen :+1:
Great idea, I had planned to create `dist_convolved()` when designing the package (as part of the mixture/transformed family) but haven't gotten around to it yet. I also wasn't sure if...
No worries, I'll take this one on then. I'm hoping to submit a CRAN release in ~3 weeks (not necessarily v1.0.0), but having symbolic derivatives and some convolutions would be...
Thanks for bringing this to my attention - the code in that blog is no longer working since the rstudio/hex-stickers branch has been renamed from `master` -> `main`. Try replacing...
I've fixed the post locally, and will update the blog post when I finish restructuring the website.
Perhaps I'm missing something here, but is there a general requirement for the coordinates to be fixed? The arrows point to the same location in both plots, but have different...