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
What should be the semantics of the following probabilistic program?
code = @dice begin
a = DistUInt{4}([flip(0.5), flip(0.5), flip(0.5), flip(0.5)])
b = DistUInt{4}([flip(0.1), flip(0.1), flip(0.1), flip(0.1)])
if pr(a)[0] > 0
observe(a > DistUInt{4}(1))
end
a
end
p = pr(code)```
The text was updated successfully, but these errors were encountered:
What should be the semantics of the following probabilistic program?
The text was updated successfully, but these errors were encountered: