Open OAGr opened 8 years ago
I would assume you can't add a hidden node that explicitly creates them, as below - this doesn't work because of how we define nodes. Allowing more flexibility in definitions might fix that, but it isn't obvious to me that it would be simple to allow this.
Potential Structure: A~Normal(0,1) B~Normal(A,2) C~Normal(A,2) B and C are correlated.
I'm adding this to priority-low because there are a bunch of urgent things to do first, and this will take a while to get right.
One likely starting point is just to make sure that when data is entered, it is sampled in the right order. So if data is entered that is correlated, the sampling will be done so that future equations will show this.
We've spent some time outlining this; it would be a pretty significant endeavor, so we are tabling for now.
Discuss different ways of adding correlations.