Unify parameter and prior classes
WIP: Unify Parameter and Prior class into one class
Merge request reports
Activity
The reason I introduced the noise log likelihood as a property rather than a function is that it really shouldn't change unless you change the data/interferometers. And if you do that, you should really make a new likelihood object.
Having it being evaluated every time also means that if you want to use it to "normalise" the likelihood on the fly it can save computation time. It really is just a number.
added 2 commits
mentioned in commit 86963e57
Please register or sign in to reply