bgoodri
bgoodri
Haven't looked at it but there is all kinds of stuff in Boost https://www.boost.org/doc/libs/1_72_0/libs/math/doc/html/interpolation.html On Fri, Apr 3, 2020 at 4:31 PM pgree wrote: > @bgoodri @wds15 > > @bbbales2...
It sounds the same. The code is basically from https://github.com/stan-dev/rstan/blob/develop/rstan/rstan/R/stanmodel-class.R#L446 onwards. The main thing is that it is better to finite-diff the autodiffed gradient than to finite-diff the log_prob function...
You are going to have more indeterminate Hessians if you use finite differences twice. On Tue, Mar 17, 2020, 3:01 PM Ben Bales wrote: > @avehtari this should be available...
Thanks @betanalpha . I'm pretty much in agreement with @bob-carpenter 's responses. The quantile functions in the location-scale family definitely depend the location parameter. The minor question is about the...
I want to make some small changes to it first.
I think if Eigen changed their algorithm to not produce orthogonal eigenvectors (and we knew about it), we would have to change the Stan function to orthogonalize them. The stat...
Yeah, we should do that. On Mon, Oct 15, 2018 at 3:41 PM Kevin S. Van Horn wrote: > I think I found the cause. Technically, it's not a bug,...
There isn't documentation for that in rstantools because no one else (that I know of) has wanted to try, it is usually a better idea to put stuff like that...
I think roxygen2 changed its behavior, so you should not have your package rebuild your manpages inside the cleanup function. On Fri, Oct 12, 2018 at 4:52 PM Jouni Helske...
Do you have something like this in your zzz.R? https://github.com/stan-dev/rstanarm/blob/master/R/zzz.R#L18 On Fri, Oct 12, 2018 at 5:11 PM Jouni Helske wrote: > Yes I just realized that as well, removing...