You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I exponentiate and normalize the marginals, I get the same results as the conditional function above. However, when I specify target_vars it doesn't seem like the numbers are normalized yet. Also, even if I normalize these values, I don't think they give exactly the same probabilities as calling the conditional function and taking the proper index:
Example:
Marginal probabilities that I calculated for 2 samples (3 categories):
Conditional probability function called without specifying target_vars, and just indexing correctly:
If I exponentiate and normalize the marginals, I get the same results as the conditional function above. However, when I specify target_vars it doesn't seem like the numbers are normalized yet. Also, even if I normalize these values, I don't think they give exactly the same probabilities as calling the conditional function and taking the proper index:
The example in the documentation does seem to work in both cases:
But this is quite small. Maybe there is some issue when scaling up or generally based on how the circuit is defined?
The text was updated successfully, but these errors were encountered: