Parameter Recovery Checker

Run parameter recovery studies to assess identifiability of computational cognitive models.

34|5|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/HaoxuanLiTHUAI/awesome_cognitive_and_neuroscience_skills --skill parameter-recovery-checker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Parameter Recovery Checker
Source: https://github.com/HaoxuanLiTHUAI/awesome_cognitive_and_neuroscience_skills/tree/main/skills/parameter-recovery-checker
Command: npx skills add https://github.com/HaoxuanLiTHUAI/awesome_cognitive_and_neuroscience_skills --skill parameter-recovery-checker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Parameter Recovery Checker guides researchers to validate identifiability of computational cognitive models by evaluating how well true parameters can be recovered from simulated data, guarding against misinterpretation of fitted values.

Core Features & Use Cases

  • Define the parameter space and ground-truth values, ensuring coverage across plausible ranges.
  • Simulate data with a fixed model, fit the same model to recover parameters, and compute recovery metrics (r, bias, RMSE).
  • Evaluate model recoverability and parameter tradeoffs; plan data collection accordingly.
  • Use in planning experiments, validating novel models, or auditing analyses before reporting results.

Quick Start

Prepare ground-truth parameter values and run the parameter-recovery pipeline against your model to assess identifiability.

Frequently Asked Questions about Parameter Recovery Checker

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

FAQPage Schema
What is parameter recovery in cognitive modeling?

Parameter recovery is a simulation study that tests if a model's true parameters can be accurately retrieved from simulated data. It validates model identifiability and guards against misinterpreting fitted values.

How do I check parameter identifiability for a computational model?

To check parameter identifiability, define ground-truth parameters, simulate data, fit the same model using your exact pipeline, and compute recovery metrics like r, bias, and RMSE to evaluate recoverability.

Can I run a parameter recovery study for DDM or RL models?

Yes, you can run a parameter recovery study for computational cognitive models including DDM, RL, and ACT-R. The workflow evaluates parameter tradeoffs and model recoverability across these specific frameworks.

Why do my model fitting results show parameter tradeoffs and bias?

Parameter tradeoffs and bias occur when true parameters cannot be independently recovered from the data. A parameter recovery study diagnoses this by reporting r, bias, and RMSE between ground-truth and fitted values.

When should I conduct a parameter recovery study before data collection?

You should conduct a parameter recovery study before data collection to evaluate model recoverability and plan experiments. It validates novel models and audits analyses by ensuring fitted values accurately reflect ground truth.