Various improvements to the GaussianLikelihood
- Jul 25, 2018
-
-
MoritzThomasHuebner authored
-
MoritzThomasHuebner authored
-
MoritzThomasHuebner authored
-
MoritzThomasHuebner authored
-
Gregory Ashton authored
keys() now returns a dict_keys object which is a view. So when the actual keys are updated, so is this, but we do not want that behaviour.
-
Gregory Ashton authored
1) If sigma is not given, then it will not be sampled over (or a warning raised that you didn't specify a prior for sigma). 2) Comments added to explain the logic throughout 3) Tests added for the Gaussian likelihood
-