bgoodri

Results 256 comments of bgoodri

The derivative is not difficult because it is mostly just log() stuff. It is definitely faster than separately calling lgamma and digamma from Boost because some of the digamma calculations...

Those greta DAGs are not bad, although I don't know how tied they are to the rest of greta. The ggdag package has a formula-based interface for specifying arrows going...

see https://github.com/stan-dev/rstan/issues/387

I agree that cleaning up the example-models repo would be best. On Fri, Nov 30, 2018 at 3:30 PM Bob Carpenter wrote: > Also, this is partly an RStan issue...

In this case, I think it is fine if you specify `init_r = 1` or thereabouts. But we don't have a way of knowing that in `stan_demo`. I guess the...

I am not sure running in less than 2 minutes (on what CPU?) is an absolute requirement for a list of models that we want people to learn from. There...

The book is available online with a Columbia password http://www.columbia.edu/cgi-bin/cul/resolve?clio11447850

@syclik Wherever you decide to put it, you can include the language based on point (3) on README.md: For each Stan file(s), such as foo.stan and bar.stan, there **MUST** be...

I'll make sure the rstan-related ones get taken care of. @SteveBronder said that Stan is good for Eigen 3.4 in general, but some of those packages may have some old...

I will look at it. ctsem is one of the more complicated packges that uses Stan. On Sun, Dec 5, 2021 at 5:41 PM Dirk Eddelbuettel ***@***.***> wrote: > I...