bgoodri

Results 26 issues of bgoodri

If the user is providing a function to calculate the log-likelihood contribution of each observation, why does the user also need to pass a call to `relative_eff`? This just seems...

In a rstanarm branch, I introduced a `stan_clogit` function which is similar to the `clogit` function in the **survival** package but is actually described in more detail by Stata (...

Currently, the output looks like ``` > cat(unique(hmm), sep = "\n") Informational Message: The current Metropolis proposal is about to be rejected because of the following issue: Exception thrown at...

code cleanup

#### Summary: It is possible for ADVI to obtain a realization that is infinite, and if it writes that to a CSV file, reading the CSV file breaks. We should...

bug

I can get a segfault on Windows from cmdstan (or rstan) with the following model / data / syntax ``` ./weibull.exe variational data file=weibull.data.R random seed=1913258051 ``` [weibull.txt](https://github.com/stan-dev/stan/files/101339/weibull.txt) [weibull.data.txt](https://github.com/stan-dev/stan/files/101340/weibull.data.txt) This...

bug
windows

#### Summary: It is a parser error to declare and define a one-dimensional integer array using the colon operator. #### Description: It is a parser error to declare and define...

feature
language

#### Summary: Recent versions of loo have a `moment_match` argument, but the loo method in rstanarm cannot utilize it #### Description: https://mc-stan.org/loo/articles/loo2-moment-matching.html Can we squeeze this into the rstanarm CRAN...

#### Summary: The `loo.stanreg` function should have a `subsample = FALSE` argument that if true calls `loo::loo_subsample` rather than `loo::loo`.

#### Summary: A rstanarm model will fail if any of the variables (including the outcome) are constant. But I'm not sure what we really want to do in this case....

question
minor bug

#### Summary: After / during the feature/2.17 is merged, we need to figure out how to build rstanarm with LTO whenever possible. #### Description: Adding `-flto=8` to the ~/.R/Makevars reduces...