Inferential Statistics
This section covers hypothesis testing, confidence intervals, and regression analysis.
Topics Covered
(Add topics here)
Prerequisites
- Descriptive statistics and probability knowledge
Start learning!
~/blog/tutorials/statistics
This section covers hypothesis testing, confidence intervals, and regression analysis.
(Add topics here)
Start learning!
When you sample validation scores across multiple CV folds or user cohorts, your underlying data may be heavily skewed or non-normal. Yet, as sample size grows,…
You want to know a model's true generalization accuracy — its expected performance on all possible test inputs. You cannot observe this directly. You have six C…
A model achieves 83.8% mean CV accuracy. The current baseline is 80%. Is 83.8% genuinely better, or is that 3.8-percentage-point gap noise from six folds? You c…
When you launch a new feature and see a 2% lift in conversion, your immediate question is whether the gain is real or a fluke of sample noise. A $p$-value quant…
Historical benchmarks show the baseline model achieves 80% accuracy with known σ=0.05 (computed from millions of CV runs). Your new model achieves x̄=0.838 acro…