-
Updated
Jan 6, 2022 - Jupyter Notebook
bayesian-methods
Here are 250 public repositories matching this topic...
-
Updated
Oct 22, 2019 - Jupyter Notebook
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++
-
Updated
Jan 19, 2021 - Jupyter Notebook
-
Updated
Jan 27, 2022 - Python
-
Updated
Jan 27, 2022 - Python
The current example on MDN from Edward tutorials needs small modifications to run on edward2. Documentation covering these modifications will be appreciated.
-
Updated
Dec 27, 2021 - Jupyter Notebook
-
Updated
Dec 23, 2021 - R
-
Updated
Jun 25, 2021 - R
-
Updated
Jan 13, 2022 - Python
Be conservative about the changes necessary to the core of DAPPER.
ATM, this requires pretending variable-length state or obs are fixed-length. This enables using np.ndarrays without hassle, but includes overhead.
- Is "pretending" compatible with all DA methods?
- How should RMSEs be calculated?
-
Updated
Oct 7, 2021 - Julia
-
Updated
Apr 13, 2021 - R
-
Updated
Jan 19, 2022 - Python
-
Updated
Oct 27, 2019 - Jupyter Notebook
-
Updated
May 24, 2020 - Jupyter Notebook
Suppose one chain is stuck on one mode; another on another mode. If those two chains may sample independently from each mode, the ESSs will be high when, really, they should be near zero since the samples don't represent anything like independently from the overall distribution. This is why multichain ESS makes sense and we should implement it. I feel like this will give a much better picture of t
-
Updated
Jul 14, 2021 - Python
-
Updated
May 22, 2016 - Jupyter Notebook
-
Updated
Jan 27, 2022 - R
-
Updated
Dec 4, 2020 - Java
-
Updated
Jan 26, 2022 - C++
Remove antipatterns
This blogpost from Lyndon White mentions several antipatterns for Julia code: https://white.ucc.asn.au/2020/04/19/Julia-Antipatterns.html (thanks @bauglir for pointing this out). Some of the antipatterns mentioned here are also present in the FL code.
- The most prominent one is the over-constraining of argument types. Some very specific constraints are needed for the update rules, but in oth
-
Updated
Nov 13, 2017 - Jupyter Notebook
-
Updated
Oct 13, 2021 - Jupyter Notebook
-
Updated
May 6, 2020 - Stan
-
Updated
Feb 11, 2021 - Julia
-
Updated
Sep 30, 2018 - Python
Improve this page
Add a description, image, and links to the bayesian-methods topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bayesian-methods topic, visit your repo's landing page and select "manage topics."
Are there any plans to add a Zero-Inflated Poisson (ZIP) and Zero-Inflated Negative Binomial (ZINB) to TFP? Those are usually very common distributions in other packages, and it shouldn't be hard to implement.