-
Updated
May 12, 2021 - Jupyter Notebook
bayesian-methods
Here are 238 public repositories matching this topic...
-
Updated
Oct 22, 2019 - Jupyter Notebook
var_context builder
Summary:
It'd be nice to have a builder pattern for var contexts to make them easy to construct for testing. Something that could be used like this:
MatrixXd m(3, 2);
...
var_context vc
= var_context::builder()
.matrix("a", m)
.real("f", 2.3)
.build();
Current Version:
v2.23.0
-
Updated
Jan 19, 2021 - Jupyter Notebook
-
Updated
May 7, 2021 - Jupyter Notebook
The current example on MDN from Edward tutorials needs small modifications to run on edward2. Documentation covering these modifications will be appreciated.
-
Updated
Jul 2, 2021 - Python
-
Updated
Jun 21, 2021 - R
-
Updated
Jun 25, 2021 - R
-
Updated
Feb 26, 2021 - 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
Apr 13, 2021 - R
-
Updated
Mar 1, 2021 - Julia
-
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
Apr 27, 2021 - Python
-
Updated
May 22, 2016 - Jupyter Notebook
-
Updated
Jun 21, 2021 - Python
-
Updated
Jun 30, 2021 - R
-
Updated
Dec 4, 2020 - Java
-
Updated
Jul 1, 2021 - C++
-
Updated
Nov 13, 2017 - Jupyter Notebook
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
Feb 11, 2021 - Julia
-
Updated
Sep 30, 2018 - Python
-
Updated
May 6, 2020 - Stan
-
Updated
Jun 18, 2021 - Jupyter Notebook
-
Updated
Jun 27, 2019 - Jupyter Notebook
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."
tfd.Categorical.quantile
not working