Open hcp4715 opened 3 years ago
Dear authors,
Thank very much for your open practices. Scripts here are very helpful for me to understand your study. After reading your manuscript on biorXiv, I have a question about one particular detail of the hddm modelling:
In the last sentence of
1.0.3 Cognitive modeling and model comparison
in the manuscript, you wrote thatIn this work, the stimulus-based approach is employed.
However, functions used in
models_utils.py
arehddm.HDDM()
, instead ofhddm.HDDMStimCoding()
. I am a bit confused, because the tutorial of HDDM suggests that stimulus-coding approach should usehddm.HDDMStimCoding()
.
Dear colleague,
Thanks for your meticulous point and your interest in our research.
As we explained in the preprint version, there are two general implementations for drift-diffusion model, accuracy-based and stimulus-based. These two approaches were used even before HDDM, for example fast-dm and others. Thus, the question is how the stimulus-based approach has been implemented in previous packages. However, we utilize different jargons of accuracy-based and stimulus-based instead of "accuracy coded" and "stimulus-encoding" which have been used in HDDM. In this approach, we assumed that stimuli are similar to conditions, therefore we could make it free in our implementations. This kind of implementation is more convenient and practical for the authors.
Kind regards
Hi, @AGhaderi
Thx for your quick feedback, now I see your point.
Best, Chuan-Peng
Dear authors,
Thank very much for your open practices. Scripts here are very helpful for me to understand your study. After reading your manuscript on biorXiv, I have a question about one particular detail of the hddm modelling:
In the last sentence of
1.0.3 Cognitive modeling and model comparison
in the manuscript, you wrote thatHowever, functions used in
models_utils.py
arehddm.HDDM()
, instead ofhddm.HDDMStimCoding()
. I am a bit confused, because the tutorial of HDDM suggests that stimulus-coding approach should usehddm.HDDMStimCoding()
.