-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Based on the likelihood function available in STAN (v. 2.35) I would like to write a wrapper to make the specification of the full DDM a little easier. Likely this model will not run very fast, but this way we have an implementation of a DDM with support of all trial-to-trial variability parameters in the package. And the coding work is minimal.
This is thought to extent the other evidence accumulation models I am currently working on (see #277 and #281)
I like the idea of having different implementations that provide fast algorithms to fit simplified accumulations models (e.g. ezdm
or cswald
) but also have the functionality to estimate the full DDM if necessary.
Steps for implementation:
- fill in
model_info
- implement STAN functions
- specify
check_data.ddm
- specify
check_model.ddm
- specify
bmf2bf.ddm
if necessary - specify
check_formula.ddm
- specify
configure_model.ddm
- add function to generate initial values to allow for proper start of sampling
- specify
distribution
functions for theddm
model - check that
pp_check
andbridgesampling
works forcswald
- if possible: optimize sampling and speed for model estimation
venpopov
Metadata
Metadata
Assignees
Labels
enhancement - new modelRequest for new modelRequest for new model