BAMresearch / bayem

Implementation and derivation of "Variational Bayesian inference for a nonlinear forward model." [Chappell et al. 2008] for arbitrary, user-defined model errors.
MIT License
2 stars 1 forks source link

Marginal matrix #53

Closed TTitscher closed 3 years ago

TTitscher commented 3 years ago

Add visualize_vb_marginal_matrix(...) to create the following kind of plot:

marginal plot reference

See the docstring for details. Just calling the method will create that plot. (Well, there is a separate format_axes you need to call afterwards to beautify it). By providing axes containing a marginal matrix (e.g. from taralli), the VB lines are added to that.