stan icon indicating copy to clipboard operation
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.

Results 160 stan issues
Sort by recently updated
recently updated
newest added

#### 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: The step size adaptation targets a suboptimal "acceptance statistic". #### Description: About two and half years ago issue #2789 pointed out a problem with the calculation of the...

algorithm
documentation

#### 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 Adds Pathfinder...

#### Summary: Expose the implementation of Pathfinder and multi-path Pathfinder through service functions. #### Description: Although they are very close, I decided that two service functions would be simpler than...

feature
algorithm

#### 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 a...

#### Summary: It would be nice to have versions of HMC/NUTS that support a low-rank plus diagonal metric a la L-BFGS. This will require the following. 1. `low_rank_e_metric` and `low_rank_e_point`...

#### Submission Checklist - [ ] Run unit tests: `./runTests.py src/test/unit` - [ ] Run cpplint: `make cpplint` - [ ] Declare copyright holder and open-source license: see below ####...

#### Submission Checklist - [ ] Run unit tests: `./runTests.py src/test/unit` - [ ] Run cpplint: `make cpplint` - [ ] Declare copyright holder and open-source license: see below ####...

#### Submission Checklist - [x] Run unit tests: `./runTests.py src/test/unit` - [x] Run cpplint: `make cpplint` - [ ] Declare copyright holder and open-source license: see below #### Summary Minor...

#### Summary: There are many instances of code that looks like: ``` if (msg.str().length() > 0) logger.info(msg); ``` We should either: - have the info() method ignore empty messages in...

code cleanup
good first issue