From cjms-skills
Guides design of real-data validation for forecasting/financial-engineering manuscripts: data provenance, rolling out-of-sample tests, benchmark batteries, and significance of improvement.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cjms-skills:cjms-empirical-validationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- 预测/金融类稿件只有全样本内拟合,没有样本外
预测与决策、市场与投资分析两个栏目的稿件,外审按四道门检查:
| 结论威胁 | 对应检验 |
|---|---|
| 结果靠某段行情 | 子样本/牛熊分段、危机窗口单独报告 |
| 结果靠调参 | 参数敏感性网格、默认参数对照 |
| 结果靠某个数据源 | 换数据源/频率复跑 |
| 结果靠事后信息 | 检查前视偏差:特征、标准化、模型选择全部只用当期可得信息 |
面板/因果类支线(如政策冲击对市场的影响)可直接改用 ../../resources/code/ 的 Stata/Python 骨架(清洗→描述→DiD/IV/RDD→稳健性→出表);时间序列预测线建议同样落成"一键复现"目录结构,随稿准备可提供的复现材料。
| 退稿信号(审稿常用语) | 根因 | 本刊期望的修法 |
|---|---|---|
| "缺乏样本外检验" | 只报全样本拟合 | 滚动窗口方案入正文,细节可复现 |
| "对比方法选择不当" | 基准电池缺最强近敌 | 补近三年同型方法,正面交锋 |
| "改进幅度的显著性存疑" | 只报点值 | DM/MCS + 子区间一致性 |
| "结果可能依赖样本区间" | 区间恰避开极端行情 | 危机窗口单独报告,边界诚实 |
| "存在前视偏差之嫌" | 分解/标准化用了全样本信息 | 逐环节声明信息时点;分解类方法尤其要滚动重估 |
最后一条是预测栏目的高频雷区:EMD/VMD 类"分解-预测-集成"研究若对全样本一次性分解再切分训练测试,属于典型前视偏差,近年外审盯得很紧。
虚构稿件《基于模态自适应组合的全国碳市场价格预测》(示意设计):
数据:全国碳排放权交易市场日收盘价,2021-07 至 2025-12,来源与
缺失处理(节假日对齐)写明
样本外:滚动窗口 500 日,步长 1 日,每步重新分解与训练(防前视)
基准电池:朴素=随机游走;经典=ARIMA、GARCH;机器学习=LSTM、XGBoost;
最强近敌=近三年文献的 VMD-LSTM 组合
指标:RMSE / MAE / MAPE + DM 检验(vs 逐个基准)+ MCS 90% 存活集
稳健性:履约季 vs 非履约季分段;窗长 250/750 敏感性;
剔除政策公告日复跑
要点:履约季分段是碳市场特有的结构性检验——用情境知识设计稳健性,比堆通用检验更能说服本刊审稿人。
【数据】来源<…> 频率<…> 区间<…> 缺失处理<…>
【样本外方案】<切分或滚动细节>
【基准电池】朴素<…> 经典<…> 最强近敌<…>
【显著性】DM/MCS/子区间:<结果>
【稳健性矩阵】威胁→检验 × n
【下一步】cjms-numerical-experiments(如有仿真)或 cjms-managerial-insights
npx claudepluginhub brycewang-stanford/awesome-journal-skills --plugin cjms-skillsRoutes Chinese Journal of Management Science manuscripts across optimization, prediction, and finance strands. Directs users to the correct cjms-* sub-skill for each stage, from topic selection to rebuttal.
Executes and reports analysis for Management Science manuscripts: proves analytical results or estimates/validates empirical models, with replication package preparation.
Designs numerical/simulation studies for Journal of Management Sciences in China manuscripts: validates theoretical properties, tests algorithm performance, explores parameter sensitivity, and extracts managerial insights.