Question collapsing
Dear HBC developer,
First of all, thanks a lot for this impressive software !
I just started testing it, and I have a (probably) stupid question,
about collapsing
the parameters of a variable with several parents, which just fails ?
I probably just didn't understood all this well enough, but here is my
code:
(I'm very sorry if the answer is in the archives of the list, but I
didn't find any search box)
Thanks a lot !
Bests,
Christophe
alphaZ ~ Gam(1,1)
alphaY ~ Gam(1,1)
alphaW ~ Gam(0.1,1)
thetaZ ~ DirSym(alphaZ, K)
thetaY ~ DirSym(alphaY, L)
thetaW_{k,l} ~ DirSym(alphaW, VW) , k \in [1,K] , l \in [1,L]
z_{n} ~ Mult(thetaZ) , n \in [1,N]
y_{n} ~ Mult(thetaY) , n \in [1,N]
w_{n} ~ Mult(thetaW_{z_{n},y_{n}}) , n \in [1,N]
--# --define K 20
--# --define L 20
--# --define alphaZ 1.0
--# --loadD enW w VW N ;
(Continue reading)