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: At the suggestion of @bob-carpenter, I'm opening this as a discussion thread for how to improve the performance of Stan both generally, and on specific platforms. These improvements...
#### Summary: add type `tuple` to Stan language. A `tuple` is a container type which consists of an ordered list of element types. In theory, the list could be length...
Excuse my general C naivete but would it be possible at all to have stan write it's csvs using `O_APPEND` mode whereby thw writer looks for the end of the...
#### 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 - [ ] Flesh...
#### Summary: For instance, with an ODE model @jtimonen found output like this: ``` Rejecting initial value: Error evaluating the log probability at the initial value. Exception: ode_bdf_tol: Failed 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 Fix for...
#### 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 This came...
Fix for Issue #2881 . This involved switching to setter/getters for interfacing with dense_e_point so I made the change for diag_e_point as well. I also changed all the set_metric verbage...
#### 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 Fix for...
#### Summary: See title. A dense metric was used. CSV header: ``` # stan_version_major = 2 # stan_version_minor = 26 # stan_version_patch = 1 # model = log_discourse_comp_model # method...