bgoodri
bgoodri
I can confirm that the compilation error with the ctsem package and Eigen 3.4 is not due to anything specific to ctsem. The same error > no known conversion for...
I think the issue with `isinf` and `isnan` would be fixed if I updated StanHeaders on CRAN. More recent versions of Stan put `isinf` and `isnan` in the std namespace...
I'll talk with @vdorie about stan4bart.
All past models will have C++ code without those flags so somehow I would have to avoid passing them in that situation.
I would say (1) but is another option to require draws to be an array rather than a matrix. Or at least if it is an array, do not error...
I think if the chains never move, then the n_eff will be low and the user should not be calling loo() in the first place. On Wed, Mar 29, 2017...
We have a workaround for this in the clogit case in a branch of rstanarm but it would be better to fix this for the next loo release.
Yeah, what Aki said.
Could user-defined Stan functions utilize the syntax and accessors for variadic C++ functions? https://en.cppreference.com/w/cpp/utility/variadic
If someone is going to implement the CDF, you might as well implement the PMF and other functions with scalar inputs rather than 2x2 matrices and 2-vectors. On Fri, Jul...