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
Currently the ~ macro automatically uses broadcasting if the left-hand side is a vector and the right-hand side a univariate distribution. It would be more convenient for testing and for the user to change it to an explicit syntax, i.e..~, which would also better match the standard Julia syntax.
@yebai What happens in the case of multivariate distributions?
mkborregaard, StefanKarpinski, nickrobinson251, mohamed82008 and bhgomes