The Wayback Machine - https://web.archive.org/web/20200821064918/https://github.com/topics/bayesian-statistics
Skip to content
#

bayesian-statistics

Here are 318 public repositories matching this topic...

bob-carpenter
bob-carpenter commented May 23, 2020

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

joelberkeley-pio
joelberkeley-pio commented Jun 25, 2020

There are a number of empty notebooks. Task here is to find them all, and convert each one to its own backlog ticket. Delete those notebooks and remove references to them from other notebooks. You'll also need to check if any of the text surrounding links needs adjusting.

Improve this page

Add a description, image, and links to the bayesian-statistics topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bayesian-statistics topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.