docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
+7 -7
View File
@@ -1,12 +1,12 @@
---
id: [[P-Reinforce]]-AUTO-INST-001
id: [[P-Reinforce|P-Reinforce]]-AUTO-INST-001
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.94
tags: [auto-reinforced, inferential-[[Statistics]], statistics, data-[[Analysis]], [[Hypothesis-Testing]], sampling]
tags: [auto-reinforced, inferential-[[Statistics|Statistics]], statistics, data-[[Analysis|Analysis]], [[Hypothesis-Testing|Hypothesis-Testing]], sampling]
last_reinforced: 2026-04-20
---
# [[Inferential-Statistics]]
# [[Inferential-Statistics|Inferential-Statistics]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> "부분으로 전체를 꿰뚫기: 일부 표본(Sample)에서 나타난 특징을 바탕으로, 우리가 직접 다 볼 수 없는 거대한 전체(Population)의 속성을 수학적으로 추론하고 그 결론이 얼마나 믿을만한지 확률로 증명하는 지적 예측술."
@@ -16,15 +16,15 @@ last_reinforced: 2026-04-20
1. **두 기둥**:
* **Estimation (추정)**: 표본을 통해 모집단의 평균이나 비율이 특정 범위 안에 있을 것이라 예측.
* **Hypothesis [[Testing]] (가설 검정)**: "이 약이 효과가 있는가?"와 같은 주장이 통계적으로 의미가 있는지(p-value) 판단.
* **Hypothesis [[Testing|Testing]] (가설 검정)**: "이 약이 효과가 있는가?"와 같은 주장이 통계적으로 의미가 있는지(p-value) 판단.
2. **왜 중요한가?**:
* 모든 실험과 데이터 분석의 신뢰성을 결정하는 '판사' 역할을 수행함. ([[Inductive-Reasoning]]의 수학적 도구)
* 모든 실험과 데이터 분석의 신뢰성을 결정하는 '판사' 역할을 수행함. ([[Inductive-Reasoning|Inductive-Reasoning]]의 수학적 도구)
## ⚠️ 모순 및 업데이트 (Contradictions & RL Update)
- **과거 데이터와의 충돌**: 과거에는 작은 표본으로 거대 집단을 설명하려는 '희소 데이터 정책'이 주류였으나, 현대 정책은 방대한 빅데이터 정책 하에서도 '상관관계와 인과관계 정책'을 엄격히 구분하고 변수 간의 복잡한 영향을 파악하는 데 집중함(RL Update).
- **정책 변화(RL Update)**: 단순히 p-value 수치에만 목매는 정책(P-hacking)을 지양하고, 모델의 불확실성을 더 정교하게 다루는 '베이지안 추론 통계 정책'으로의 전환 정책이 가속화되고 있음. (Inductive-[[Reasoning]]와 연결)
- **정책 변화(RL Update)**: 단순히 p-value 수치에만 목매는 정책(P-hacking)을 지양하고, 모델의 불확실성을 더 정교하게 다루는 '베이지안 추론 통계 정책'으로의 전환 정책이 가속화되고 있음. (Inductive-[[Reasoning|Reasoning]]와 연결)
## 🔗 지식 연결 (Graph)
- [[Inductive-Reasoning]], [[Analysis]], [[Data Cleaning Algorithms]], [[Decision Theory]], [[Epistemology]]
- [[Inductive-Reasoning|Inductive-Reasoning]], [[Analysis|Analysis]], [[Data Cleaning Algorithms|Data Cleaning Algorithms]], [[Decision Theory|Decision Theory]], [[Epistemology|Epistemology]]
- **Modern Tech/Tools**: R, Python (SciPy), Bayesian A/B testing, Confidence intervals.
---