Conversation
|
@shanikagalaudage, thanks for adding this! I have a couple of comments/suggestions. I kind of like the Both the comment strings should make it clear that the sampling prior distribution is the fiducial model being used. I think it's worth adding the following to the init and removing the helper method you added. self._log_fiducial_selection = xp.log(fiducial_selection)If we add this attribute to the likelihood, we should use it. I would suggest modifying Similarly, unless there's a reason not to, I think I would also rather the default be Also, please remove all reference to Sorry for the long comment... |
|
@ColmTalbot thanks! I will implement these changes.
There is a difference being the
This would involve just copying and pasting what I currently have in the init function to the PastroLikelihood, correct? |
Adds p_astro likelihood as described in Eq. (40) of https://arxiv.org/abs/1912.09708