Bob Carpenter
Bob Carpenter
I pulled all leading and trailing punctuation and spaces out of the spans already. For example, I replaced `foo: ` with `foo: `. These uses are mainly in headers, where...
I don't think page numbers make sense for an online document. I was suggesting in the issue replacing them with anchors and links.
Thanks! I'll fix it.
Thanks so much! When I'm ready to put up a published version (probably in a couple weeks when I've at least copyedited it properly), I'll use it.
RStudio has everything preinstalled, I think. If someone could create a PR to add a shell script or makefile that'll build an HTML version in the right way to launch...
Thanks---I need to get back to this and fix it.
Is there a way currently to get a structured output in Stan that's not a vector? For example, if I have a parameter declared as ```stan matrix[3, 2] A; ```...
I've seen that error myself and it's definitely a bug. But now I'm confused about whether it's coming from RStan or CmdStanR. The title says "RStan", but the example has...
There's no way to do this efficiently through CmdStan because data has to be loaded each time. So @roualdes, @WardBrian and I put together the BridgeStan package: https://github.com/roualdes/bridgestan This is...
> need log probabilities on the order of a few dozen calls I think it was, which is probably fine to use something like this for. If an application doesn't...