Damon Bayer

Results 9 issues of Damon Bayer

I have noticed that some arguments allowed in the NegativeBinomial distribution lead to distributions that cannot be sampled from. Here are two examples: ```julia julia> r_1 = nextfloat(0.0) 5.0e-324 julia>...

I am borrowing the phrasing of this concept from [Krüger 2021](https://onlinelibrary.wiley.com/doi/full/10.1111/insr.12405). Often, forecasts are issued as mixtures of closed-form forecasts (e.g. each MCMC sample corresponds to a predictive distribution for...

feature request

Fixes https://github.com/mjskay/tidybayes/issues/331 Proof of the fix: ``` r library(rstanarm) #> Loading required package: Rcpp #> This is rstanarm version 2.32.1 #> - See https://mc-stan.org/rstanarm/articles/priors for changes to default priors! #>...

When manually specifying variable names, I am able to `gather_draws` successfully, but, if I specify the same columns via a regular expression, I receive an error: ``` r library(tidybayes) library(dplyr)...

Closes https://github.com/mjskay/tidybayes/issues/330. This is not yet complete, but I think it is a good start. The remaining issue is that extraneous `NA`s in the `.value` column. ``` r library(tidybayes) library(dplyr)...

Is there any way to have a `tidy_draws` dataframe work correctly with dimensions that have whitespace? It seems like there could be some workaround using the `"tidybayes_constructors"` attribute like in...

When changing pods, the reservoir volume of the discarded pod is shown in the watch app until the new pod reaches

stale

I was unable to install `feasts` with R < 4.3.0, with the following error: ``` object 'chooseOpsMethod' not found whilst loading namespace 'feasts' ``` This is because `chooseOpsMethod` was [introduced...

Despite the [documentation](https://epiforecasts.io/EpiNow2/reference/summary.epinow.html), `summary.epinow` does not appear to support `output = "forecast"`. >output A character string of output to summarise. Defaults to "estimates" but also supports "forecast", and "estimated_reported_cases". ```...