Krzysztof Sakrejda
Krzysztof Sakrejda
We could do a case study that exercises this idea enough/not enough data for centered parameterization and then enough/too much for non-centered. I have some examples from ODSC that come...
It provides both: http://www.boost.org/doc/libs/1_60_0/libs/iostreams/doc/classes/bzip2.html It looks like we could just copy the lib into the tree and use it (at least I don't see any problem with that): http://www.bzip.org/1.0.5/bzip2-manual-1.0.5.html I...
@davharris: We take pull requests! This one (if the license is really compatible) would need 1) a writer class like the current [stream_writer](https://github.com/stan-dev/stan/blob/develop/src/stan/interface_callbacks/writer/stream_writer.hpp) but with the compressing streams from boost;...
Sure but it's all in R code.
@mitzimorris So... I finally have a model on hand where having tuples of non-identical matrices would be fantastic and I have two questions about this feature: 1) does it cover...
That's awesome.... though can the indexing here be a variable? E.g: ``` int i; x = y[i] * 2.0 ``` I guess I'm one more failing test short of my...
I don't so much care about the R/Python world and dynamic typing but allowing integers for indexing (e.g.-from the data block) would make it easier to use the data block...
I can't always get what I want.
@bgoodri Would you accept changing the default to `permuted=FALSE`? I just realized I was extracting samples with two different `extract` calls and loosing the parameter covariance that way. It's a...
+1 the global environment stuff is a nightmare. If you want to make people's life "easy" allow _some_ environment to be used as the data argument and then people can...