htjb / margarine

Code to replicate posterior probability distributions with bijectors/KDEs and perform marginal KL/bayesian dimensionality calculations.
MIT License
13 stars 8 forks source link

Log probabilities and likelihoods #5

Closed htjb closed 2 years ago

htjb commented 2 years ago

Branch provides functionality to calculate log posterior probabilities and likelihoods without the need for the user to worry about the change of variables that 'gaussianises' the distributions during training.

Closes #3.