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
From working on the probmods translation it's apparent that somethings are cumbersome to do with Omega as it stands. Let's take a geometric distribution, expressed recursively in WebPPL / javascript as:
But how would it work? The basic idea I've been following is to say that each ω lives on a subspace. I developed this idea for iid rvs, and it's all very similar.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
From working on the probmods translation it's apparent that somethings are cumbersome to do with Omega as it stands. Let's take a geometric distribution, expressed recursively in WebPPL / javascript as:
Compare with Omega
There's this annoying passing around of indices. It'd be nice if we could do something like this:
where
next(ω)
shifts ω to some independent ω.But how would it work? The basic idea I've been following is to say that each
ω
lives on a subspace. I developed this idea for iid rvs, and it's all very similar.Beta Was this translation helpful? Give feedback.
All reactions