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

add evaluate model error #5

Closed joergfunger closed 3 years ago

joergfunger commented 3 years ago

Add an evaluate routine to the multi model error that stores a dict of single model errors.

TTitscher commented 3 years ago

Thank you for implementing that! A simple test case -- e.g. comparing a concatenated multi_me.evaluate with a multi_me.__call__ -- would be nice though.