Skip to content

[new-model] Implement full ddm #280

@GidonFrischkorn

Description

@GidonFrischkorn

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 the ddm model
  • check that pp_check and bridgesampling works for cswald
  • if possible: optimize sampling and speed for model estimation

Metadata

Metadata

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions