Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prior.nu #36

Open
nick-torenvliet opened this issue Aug 11, 2020 · 2 comments
Open

Prior.nu #36

nick-torenvliet opened this issue Aug 11, 2020 · 2 comments

Comments

@nick-torenvliet
Copy link

nick-torenvliet commented Aug 11, 2020

When using DiagGaussObsModel, HModel throw error at top of stack from call to calcLogLikCollapsedSamplerState(self, SS).

Further down stack Prior.nu is unavailable.

Fix is to set and pass Prior in in DiagGaussObsModel as follows:

def calcPostParamsForComp(self, SS, kA, kB=None):
Prior = self.Prior
return calcPostParamsFromSSForComp(SS, kA, kB, Prior)

@nick-torenvliet
Copy link
Author

Just revisiting this... it looks like its still broken

@nick-torenvliet
Copy link
Author

The fix mentioned above still works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant