sw_compare_results
Compare two registered algorithm results using the same statistical gating as the arms comparison, validating dataset alignment and returning a statement of significance and pre-registration status.
Instructions
判决两个外部算法结果,连过门 2、门 3。
与 sw_compare_arms 用的是同一套统计与门控实现,判决标准完全一致
——自研算法不走宽松通道。区别只在数值从哪来:那个现场跑内置预编码,
这个读已注册的结果。
注册时锁死三件事,任一不成立就拦:数据集内容摘要一致、样本 ID 逐个按序 一致、指标与单位一致。因为配对检验的全部有效性建立在"第 i 个数对应同一个 信道实例"上,错配时它照样会算出一个看起来很显著的 p 值。
返回的 statement 会写清用的哪个检验、指标是什么,以及这是预注册主结论
还是探索性分析。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result_id_a | Yes | ||
| result_id_b | Yes | ||
| claimed_gain | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||