Conversation
|
Generally, I like the structure. I wondered if we should frame this more general, as in a general way to implement trial-to-trial variation in model parameters. This could also be useful in SDT models that assume variable memory strength over trials, and evidence accumulation models. Granted these are not yet implemented in |
|
One thing, we would then need to also explain is that the distribution of trial-to-trial variability on the native scale depends on the link function, as it will always be estimated as a normal-distribution on the parameter space. We shortly discussed this for the variable precision model and how assuming a gaussian on the parameter space with a log-link function results in a log-normal that is reasonably similar to the gamma originally assumed by van den Berg. |
I was wondering about the same. One idea I had is to split this into two shorter articles. One is about the general trick of including trial-by-trial variability where the variability itself has a random effect over subjects. Then the variable precision article can just link to that for the final step and show how to do it without reexplaining the logic and details |
Great point, I forgot about that. Will add it to the structure |
I've began the variable precision article. I'm opening a draft pull request so that changes are tracked over time. My plan is:
Brief intro to variable precision. How it was done before (special distributions), and note that it's much easier with bmm. Can be applied to any model
Introduce different levels of variable precision
Dig down into hierarchical pooling and how it can be implemented within the formula
Illustrate an example fit with hierarchical pooling
Miscellaneous