Table of Links
-
Hypothesis testing
2.5 Optional Stopping and Peeking
-
Safe Tests
-
Safe Testing Simulations
4.1 Introduction and 4.2 Python Implementation
-
Mixture sequential probability ratio test
3.2 Classical t-test
The t-statistic in converted to a p-value using the t-distribution with ν = n+m−2 degrees of freedom,
which is then used to make a decision about the hypothesis.
The sample size for the t-test is determined by α, β, and the effect size δ. Before the data are collected, the effect size is unknown and must be estimated. After the test, the effect size can be calculated with Cohen’s d, which represents the overall difference between the groups
where sp is the pooled standard deviation
With the formulation for the classical t-test established, let’s examine the safe t-test
Author:
(1) Daniel Beasley
This paper is