Replies: 1 comment
-
Hi there,
when you mention the stimulus is not static do you mean within a
trial, where the stimulus presented at any moment in time could shift the
drift one direction or the other? Or do you mean that there is noisy
evidence but which could be fit with a single drift rate per stimulus
condition? If the latter, then you can fit this with HSSM using a
regression, whereby v is fit as a function of stimulus condition
(either categorically or continuously). But if the former, then that
requires a different likelihood. If the stimuli are presented at fixed
intervals within a trial then it would be feasible to train a LAN to learn
that likelihood function in which v switches directions at those intervals.
But that would require the LAN factory. If the stimuli are presented at
arbitrary times across trials, then this is more complex (and is similar to
the aDDM - where drift varies as a function of visual fixations that can
occur randomly within a trial). There are approximations to this but we are
currently working on a method to obtain an efficient likelihood for such
scenarios. Hopefully to be included in a future release of hSSM.
Michael
Michael J Frank, PhD | Edgar L. Marston Professor
Director, Carney Center for Computational Brain Science
<https://www.brown.edu/carney/ccbs>
Laboratory of Neural Computation and Cognition <https://www.lnccbrown.com/>
Brown University
website <http://ski.clps.brown.edu>
…On Thu, Oct 26, 2023 at 5:13 PM ncpuneeth ***@***.***> wrote:
Dear all,
I am new to using the HSSM package. I went through the documentation, but
I am not able to figure out if and how we can fit a HDDM model with a
continuously varying drift rate that depends on the stimulus (which is not
static). In the examples shown, there is one response (decision) for one
stimulus parameter, but what I am looking for is to model a task where the
decision is made after sequentially sampling many stimuli that continuously
vary the drift rate. Any help on how the parameters should be set up for
fitting such a model is highly appreciated. Thank you!
—
Reply to this email directly, view it on GitHub
<#307>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAG7TFB2DHG7LT5ULPRDRBDYBLG7DAVCNFSM6AAAAAA6R26JFSVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZVG44DCOJUHE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear all,
I am new to using the HSSM package. I went through the documentation, but I am not able to figure out if and how we can fit a HDDM model with a continuously varying drift rate that depends on the stimulus (which is not static). In the examples shown, there is one response (decision) for one stimulus parameter, but what I am looking for is to model a task where the decision is made after sequentially sampling many stimuli that continuously vary the drift rate. Any help on how the parameters should be set up for fitting such a model is highly appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions