<essential principles <principle name="narrative verification" 敘事驗證而非預測 本技能專注於「用數據檢驗敘事」: - 輸入:社群/新聞宣稱「天然氣暴漲導致化肥供應/價格異常」 - 輸出:時間序列上的因果假說檢驗結果 不做價格預測,只回答:「這個敘事在數據上是否有支撐?」 </principle <principle name="three part test" 三段式因果檢驗 敘事成立需要三段條件同時滿足: | 階段 | 條件 | 檢驗方式 | |------|------|----------| | A 段 | 天然氣出現 shock regime | z-score 或斜率突破閾值 | | B 段 | 化肥在 A 段後出現 spike | 同法檢驗,且起點晚於天然氣 | | C 段 | 領先落後關係支持因果 | cross-correlation 顯示 gas 領先 fert | 若 A→B→C 成立,敘事有量化支撐;否則提供替代解釋。 </principle <principle name="regime detection" Regime 偵測邏輯 使用 rolling z-score + 斜率雙重確認: 連續 shock 日合併為 regime,輸出起點/終點/峰值。 </principle <princi…