UncertaintyQuantification.jl icon indicating copy to clipboard operation
UncertaintyQuantification.jl copied to clipboard

Define generalized likelihood-function for BMU

Open jgrashorn opened this issue 1 year ago • 0 comments

It would be useful for Bayesian updating to have some generalized likelihood as input to the Bayesian updating. The main motivation would be to make the definition easier for the user. This could also be a (abstract) struct s.t. we can implement different likelihoods, i.e. Gaussian or Bhattacharyya. Or formulate a struct with data and model values as input, which then returns a function that can be used in Bayesian updating.

jgrashorn avatar Nov 25 '24 18:11 jgrashorn