stan
Here are 313 public repositories matching this topic...
-
Updated
Mar 19, 2022 - Python
Hi,
is there any plan to implement the Generalized Pareto Distribution in brms (paul-buerkner/brms#110 (comment))? I am playing around with an extreme values analysis and it looks like extremes collected as Peak Over Threshold are better represented by the GPD instead of the generalized extreme value distribution, which I am so happy to see already in `b
-
Updated
Feb 17, 2021 - Python
-
Updated
Dec 16, 2021 - Jupyter Notebook
-
Updated
Mar 10, 2022 - C++
-
Updated
Feb 22, 2022 - R
clean up Doxygen
Description
Describe the issue as clearly as possible. Issues are meant for bug reports and feature requests. The issue should contain enough information for a developer to put together a solution.
If this is a general question, please post to the forums.
Example
Here's the current errors.
mkdir -p doc/api
doxygen doxygen/doxygen.cfg
warn
-
Updated
Dec 1, 2021 - R
-
Updated
Mar 10, 2022 - R
-
Updated
Mar 16, 2022 - R
-
Updated
Mar 3, 2022 - R
-
Updated
May 26, 2021 - Go
-
Updated
Feb 23, 2021 - Jupyter Notebook
-
Updated
Nov 25, 2020 - R
-
Updated
Mar 2, 2022 - HTML
-
Updated
Mar 17, 2022 - R
-
Updated
Dec 3, 2021 - Julia
-
Updated
Jun 17, 2021 - R
-
Updated
Dec 2, 2018 - HTML
-
Updated
Mar 17, 2022 - R
Vignettes
Vignettes to-do list:
-
filtering returned parameters from
$draws()
Showcase how one can read in only selected parameters. -
variational inference (done in #210)
-
optimization (done in #210)
-
profiling (done in #435)
-
standalone generate_quantities
-
vignette on how to use different draws formats
-
example with changing adapt delta and max_tr
-
Updated
Dec 23, 2021 - MATLAB
Improve this page
Add a description, image, and links to the stan topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stan topic, visit your repo's landing page and select "manage topics."
Description:
We need some easy to follow instructions on how to use the core Stan inside a user-written C++ program. See stan-dev/stan#3085 for example.
The instruction can simply guide through the task of compiling one of the models and running MCMC with the services. The biggest challenges are typically all the dependencies that we need to include in the C++