Replies: 1 comment
-
It might conceptually cleaner to keep them separate but I think it'll make implementation a headache, at least in the near future. One way to be conceptually satisfied is instead of the above formalism to say that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The purpose of this is to discuss the difference between Omega values and trace values.
Omega
ω
object is a mappingΩ : K -> V
whereK
is a set of keys andV
is a set of valuesTuple{UInt}
P
of primitive random variable classes(k ∈ K, p ∈ P)
f
wheref(i, ω)
isx_i(ω)
Currently, in reality the setup is slightly different in that
Ω : K * P -> V
, i.e. a mapping from primitive random variables to values.The primitive distributions then have the form, e.g.:
which is kinda cute.
Q. Is fact that in practice
Ω
is mapping from primitive random variables implementation quirk or fundamental?Trace
τ in T
object is a mappingT: RV -> V
ω
τ
is consistent withω
if for allX in τ
,X(ω) = τ(X)
τ
for?The main questions are
T
andΩ
distinct conceptually and fundamentally?Beta Was this translation helpful? Give feedback.
All reactions