stan
stan copied to clipboard
Stan development repository. The master branch contains the current release. The develop branch contains the latest stable development. See the Developer Process Wiki for details.
#### Summary: I'm not sure where to post this as it's a Stan wide thing. Currently int values are just basic C int types with values from +/-2,147,483,647. Recently @bob-carpenter...
#### Description: I have tried reducing the accepted error in `ASSERT_NEAR` from 1 to 1e-4, but then the tests failed for `ComputeRhat.compute_potential_scale_reduction` and `ComputeRhat.compute_potential_scale_reduction_convenience`. Upon inspection, the test values are...
#### Submission Checklist - [ ] Run unit tests: `./runTests.py src/test/unit` - [ ] Run cpplint: `make cpplint` - [x] Declare copyright holder and open-source license: see below #### Summary...
#### Summary: Replace `> >` with `>>` everywhere. Has to wait on C++11. #### Current Version: v2.15.0
#### Summary: There are currently 138 open issues. Is this an accurate reflection of the situation? #### Description: I'm willing to assist in any way possible, but could we first...
#### Submission Checklist - [x] Run unit tests: `./runTests.py src/test/unit` - [x] Run cpplint: `make cpplint` - [x] Declare copyright holder and open-source license: see below #### Summary Counterpart to...
#### Submission Checklist - [x] Run unit tests: `./runTests.py src/test/unit` - [x] Run cpplint: `make cpplint` - [x] Declare copyright holder and open-source license: see below #### Summary These two...
#### Submission Checklist - [x] Run unit tests: `./runTests.py src/test/unit` - [x] Run cpplint: `make cpplint` - [x] Declare copyright holder and open-source license: see below #### Summary Fixes an...
#### Submission Checklist - [x] Run unit tests: `./runTests.py src/test/unit` - [x] Run cpplint: `make cpplint` - [x] Declare copyright holder and open-source license: see below #### Summary Fixes #3288...
#### Summary: The Eigen overloads for model base methods like `log_prob` and `unconstrain_array` only accept `Eigen::VectorXd` inputs, which can require some data-reshaping/copying for downstream interfaces. If these could be changed...