7-parameter ddm in HSSM possible? #255
Answered
by
digicosmos86
Franzi2114
asked this question in
Q&A
-
Hello together, is it possible to estimate the full 7-parameter diffusion model in HSSM? If yes, how? Best, |
Beta Was this translation helpful? Give feedback.
Answered by
digicosmos86
Aug 7, 2023
Replies: 2 comments 4 replies
-
Hi Franziska, It is possible through blackbox likelihoods if you are not using any hierarchical models at the moment. Happy to provide an example if that's if you want. We will be adding hierarchical model support for full_ddm models via blackbox likelihood soon. |
Beta Was this translation helpful? Give feedback.
4 replies
-
we may also add a LAN or other approximate likelihood for the full DDM
model as that is much faster than doing numerical integration (see Fengler
eLife paper) - but requires some more work to properly span the parameter
space and validate before including in HSSM.
Michael
…On Fri, Aug 4, 2023 at 11:32 AM Paul Xu ***@***.***> wrote:
Hi Franziska,
It is possible through blackbox likelihoods if you are not using any
hierarchical models at the moment. Happy to provide an example if that's if
you want. We will be adding hierarchical model support for full_ddm models
via blackbox likelihood soon.
—
Reply to this email directly, view it on GitHub
<#255 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAG7TFB46J2ELIYLBL3A733XTUIZVANCNFSM6AAAAAA3D6LJ6I>
.
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
Here's an example in our tutorial. In this example, we basically use the full HDDM likelihood in Cython as a blackbox likelihood function. You can modify this example like this to make it work for you: