CUQI-DTU / CUQIpy

https://cuqi-dtu.github.io/CUQIpy/
Apache License 2.0
44 stars 9 forks source link

Consolidate BayesianProblem, Posterior, JointDistribution etc. #195

Open nabriis opened 1 year ago

nabriis commented 1 year ago

Currently BayesianProblem is responsible for methods that act on classes like Posterior, JointDistribution etc.

I may be worthwhile to reconsider this approach and put the methods directly into Posterior, JointDistribution etc. to reduce redundancy.

Further considerations: Should we distinguish direct and MCMC sampling?

amal-ghamdi commented 1 year ago

should user only use BP and extract JointDistribution from the BP