We observe data drawn from some distribution , and want to test the hypotheses

for some families of distributions and .

There are different kinds of hypothesis tests we can consider in this setting. One is a “power-one” test, which is a test that continues to accept the null until there is sufficient evidence to reject it. This is characterized by a sequence of maps where maps the first observations to an accept/reject decision. Once the test rejects we stop sampling. Philosophically, this is more aligned with Fisher’s perspective (Fisher’s paradigm) since we start by accepting the null and at each time step we’re asking if we’ve accrued enough evidence to reject it.

We can also consider sequential tests which can refrain from making any decision: At time they choose to either continue sampling data, or to accept/reject the null. See eg the sequential probability ratio test. This is perhaps more aligned with the Neyman-Pearson paradigm, where we’re trying to make a choice between two alternatives.

Let be the time at which the test rejects the null (we may have if it never rejects). For some pre-specified , we want that type-I error is bounded by :

and that the test eventually rejects under the alternative:

A general approach to sequential hypothesis testing is game-theoretic hypothesis testing.