Bayesian Cognitive Model Builder

Construct hierarchical Bayesian cognitive models with pooling, priors, and MCMC diagnostics.

34|5|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/NeuroAIHub/awesome_cognitive_and_neuroscience_skills --skill bayesian-cognitive-model-builder-neuroaihub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Bayesian Cognitive Model Builder
Source: https://github.com/NeuroAIHub/awesome_cognitive_and_neuroscience_skills/tree/main/skills/bayesian-cognitive-model-builder
Command: npx skills add https://github.com/NeuroAIHub/awesome_cognitive_and_neuroscience_skills --skill bayesian-cognitive-model-builder-neuroaihub

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill captures domain-validated methodology for building hierarchical Bayesian cognitive models, so researchers avoid common mistakes in pooling, priors, MCMC convergence, and posterior checks that undermine inference.

Core Features & Use Cases

  • Pooling & parameterization decision tree explains when to use complete, no, or partial pooling and when to favor centered versus non-centered hierarchies, which is critical for limited cognitive science samples.
  • Prior selection and predictive checking guidance covers cognitive-parameter families, constraints (e.g., RT > 0, probabilities in [0,1]), Beta/LKJ choices, and a reproducible prior predictive workflow.
  • MCMC diagnostics & reporting checklist enforces thresholds (R-hat < 1.01, ESS > 400, zero divergences, E-BFMI > 0.3) plus guidance on LOO/WAIC comparison, posterior predictive checks, sensitivity analysis, and manuscript-ready reporting.

Quick Start

Guide me through specifying priors, pooling decisions, and diagnostics for a hierarchical Bayesian cognitive model.

Frequently Asked Questions about Bayesian Cognitive Model Builder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose between complete, partial, and no pooling for a hierarchical Bayesian cognitive model?

Pooling decisions for hierarchical Bayesian cognitive models depend on sample size and parameter variance. A decision tree guides whether to use complete, no, or partial pooling, and when to switch between centered versus non-centered parameterization to avoid divergences.

What are the recommended MCMC convergence thresholds for Bayesian cognitive models?

MCMC diagnostics for Bayesian cognitive models require R-hat < 1.01, ESS > 400, zero divergences, and E-BFMI > 0.3. A reporting checklist enforces these thresholds alongside LOO/WAIC comparison and posterior predictive checks for manuscript-ready inference.

How do I set informative priors for cognitive parameters like reaction times and probabilities?

Prior selection for cognitive parameters uses distribution families matching constraints like RT > 0 or probabilities in [0,1]. Beta and LKJ choices are applied through a reproducible prior predictive workflow to ensure domain-informed constraints.

When should I use non-centered parameterization in a Bayesian cognitive model?

Non-centered parameterization is needed in hierarchical Bayesian cognitive models when limited samples cause pooling issues and divergences. It separates group-level parameters from individual deviations, improving MCMC convergence for cognitive science studies.

How do I run posterior predictive checks and sensitivity analysis for a cognitive model?

Posterior predictive checks for cognitive models involve comparing simulated data against observed outcomes using LOO/WAIC metrics. A reporting checklist guides sensitivity analysis by evaluating how prior choices influence posterior inference.

Can I build a hierarchical Bayesian model for decision-making and learning studies with limited samples?

Hierarchical Bayesian cognitive modeling suits decision-making, learning, memory, and perception studies with limited samples. Partial pooling and informative priors stabilize parameter estimation across psychological parameters in these contexts.