- バイナリあるいは多値データを対象とする[[条件付き独立性検定]]手法
- 多値データ: 0または上限のある正の整数値をとるデータ
- [[カイ二乗検定]] の延長線上にある。
- [[クロスエントロピー]] を用いている。
- 本当に連続値には対応していないのか?
参考:
- [[ネットワークログの因果解析による障害の原因究明支援技術に関する研究]]
Clark Glymour Peter Spirtes and Richard Scheines. 2000. Causation, Prediction, and Search (2nd ed.). MIT Press, Cambridge, MA, USA.
## 実装
[[pgmpy]]の実装:[PC (Constraint-Based Estimator) — pgmpy 0.1.19 documentation](https://pgmpy.org/structure_estimator/pc.html#pgmpy.estimators.CITests.g_sq)
[[Pcalg]]に対応した実装:[GitHub - keiichishima/gsq: G Square Conditional Independence Test](https://github.com/keiichishima/gsq)