Daniel Lee

Results 29 issues of Daniel Lee

Implement one or more forms of the matrix normal distribution. The general distribution is of the form ``` matrix_normal(matrix[N, P] y | matrix[N, P] mu, cov_matrix[N, N] SigmaRow, cov_matrix[P, P]...

feature
new function

I needed to install these packages in R: 1. `tufte` 2. `reshape` I'm sure I have a bunch already installed. Where's a good place to put this info? I was...

#### Submisison Checklist - [x] Run tests: `./runCmdStanTests.py src/test` - [x] Declare copyright holder and open-source license: see below #### Summary: **Note:** this PR should not be merged. This is...

#### Summary: Add a `help` option to `runCmdStanTests.py`. Currently, there's only usage info. #### Description: Stan's `runTests.py` has a help option that looks like: ``` $ ./runTests.py -h usage: runTests.py...

documentation
user experience

_From @bob-carpenter on March 14, 2014 15:44_ It'd be nice if instead of crashing with an exception dump facing the user if bin/print and the actual commands to run the...

Feature
interface

This will happen with v3.0.0 and not before.

This was spotted on the users list by Lukio Olweny. bugs_examples vol1 dogs doesn't run. I've verified that it results in: ``` Initialization between (-2, 2) failed after 100 attempts....

bug

Use the readme as an example. - [ ] @syclik: decide where this document should go - [ ] @bgoodri write the requirements in a clear language that can be...

Enforce a common structure to the examples. Use travis-ci to run models with a `___` in each directory. `___` is to be defined.

(originally stan-dev/stan#517) From Bob: ``` It's not implemented now because it requires marginalizing out 5 binary discrete parameters which interact. Not impossible, but a pain. For the model, see: http://www.openbugs.net/Examples/Asia.html...