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

bayesian

Here are 496 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

GemPy is an open-source, Python-based 3-D structural geological modeling software, which allows the implicit (i.e. automatic) creation of complex geological models from interface and orientation data. It also offers support for stochastic modeling to adress parameter and model uncertainties.

  • Updated Dec 7, 2020
  • Python

Improve this page

Add a description, image, and links to the bayesian 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 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.