-
Notifications
You must be signed in to change notification settings - Fork 42
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
Multistate conditional sampling is inaccurate #97
Comments
The same should be true for weighting the estimates of For reference, https://github.com/probcomp/gpmcc/blob/master/src/engine.py#L243-L256 |
I'd love to understand this better (problem and solution). May I ask for a On Mon, May 2, 2016 at 12:55 PM, F Saad notifications@github.com wrote:
Gregory Martongremio@mit.edu |
Sure, I'd be happy to. Just let me know when would be good. On Mon, May 2, 2016 at 11:24 PM, Gregory Marton notifications@github.com
|
Conditional draws from each model are given equal weight. This is inaccurate. Models should be drawn from the multinomial given by the total probability of the conditions.
The text was updated successfully, but these errors were encountered: