# DDM_Introduction **Repository Path**: epool/ddm-introduction ## Basic Information - **Project Name**: DDM_Introduction - **Description**: 介绍了关于DDM在认知建模领域的基本原理和应用。 包括使用 hddm 和 brms + stan 进行模型拟合。 - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 1 - **Created**: 2022-09-26 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DDM_Introduction ### 介绍 介绍了关于DDM在认知建模领域的基本原理和应用。 包括使用 hddm 和 brms + stan 进行模型拟合。 ### 目录结构 ```bash . │ brms2.18.nb.html # R brms + stan 模型拟合结果 │ brms2.18.rmd # R brms + stan 代码示例 │ DDM_analysis_workflow.pptx # 之前汇报的 ppt2 │ DDM_Introduction.pptx # 之前汇报的 ppt │ hddm0.9.7.ipynb # python hddm 模型拟合示例和代码 │ hddm_parallel_arviz_primer.ipynb # dockerHDDM 模型拟合示例和代码, 不适用docker也可以运行 │ simple_subjs_difficulty.csv # 示例数据,注意数据格式,必须包括的列名 "response", "rt", "subj_idx" ```