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
{{ message }}
This repository was archived by the owner on Nov 17, 2025. It is now read-only.
We should add rewrites that we can use to simplify the following expressions for Z_rv, B_rv and C_rv when conditioning:
importaesara.tensorasatsrng=at.random.RandomStream(0)
x_rv=srng.normal(0, 1)
y_rv=srng.normal(0, 2)
Z_rv=x_rv+y_rv# Normal RVa_rv=srng.normal(0, 1, size=(10,))
B_rv=at.sum(a_rv) # Normal RVC_rv=at.cumsum(a_rv) # Vector of normal RVs