Franzi2114
Franzi2114
## Description As I want to add a function with 8 known partials to the stan-math library (#2682), I had to extend the `operands_and_partials` routine such that it can work...
## Description The Drift Diffusion Model (DDM) introduced by Ratcliff provides a framework for analyzing data of fast binary decisions jointly modelling accuracy and response times. There are several parameterizations...
## Summary We provide an implementation of the LPDF drift diffusion model with up to 7 parameters. There will be two new functions available in the stan::math namespace: `wiener_full_lpdf` and...
## Description As the PDF function for the 7-parameter diffusion model with its partial derivatives was implemented in issue #2682 and discussed in PR #2822, I now also want to...
## Summary With this PR the CDF and the CCDF of the 7-parameter diffuion model are added. See issue #2966 Relates to issue #2822 ## Tests We implemented analogous tests...