In statistical hypothesis testing, the error exponent of a hypothesis testing procedure is the rate at which the probabilities of Type I and Type II decay exponentially with the size of the sample used in the test. For example, if the probability of error P e r r o r {\displaystyle P_{\mathrm {error} }} of a test decays as e − n β {\displaystyle e^{-n\beta }}, where n {\displaystyle n} is the sample size, the error exponent is β {\displaystyle \beta }.

Formally, the error exponent of a test is defined as the limiting value of the ratio of the negative logarithm of the error probability to the sample size for large sample sizes: lim n → ∞ − ln ⁡ P error n {\displaystyle \lim _{n\to \infty }{\frac {-\ln P_{\text{error}}}{n}}}. Error exponents for different hypothesis tests are computed using Sanov's theorem and other results from large deviations theory. There are various methods used to show that an error exponent is achievable, including the likelihood ratio (which is known to be optimal in certain circumstances), and the empirical distribution. Error exponents are sometimes referred to as error rates, due to the connection between hypothesis testing and information theory.

Error exponents in binary hypothesis testing

Consider a binary hypothesis testing problem in which observations are modeled as independent and identically distributed random variables under each hypothesis. Let Y 1 , Y 2 , … , Y n {\displaystyle Y_{1},Y_{2},\ldots ,Y_{n}} denote the observations. Let f 0 {\displaystyle f_{0}} denote the probability density function of each observation Y i {\displaystyle Y_{i}} under the null hypothesis H 0 {\displaystyle H_{0}} and let f 1 {\displaystyle f_{1}} denote the probability density function of each observation Y i {\displaystyle Y_{i}} under the alternate hypothesis H 1 {\displaystyle H_{1}}.

In this case there are two possible error events. Error of type I, also called false positive, occurs when the null hypothesis is true and it is wrongly rejected. Error of type II, also called false negative, occurs when the alternate hypothesis is true and null hypothesis is not rejected. The probability of type I error is denoted P ( e r r o r ∣ H 0 ) {\displaystyle P(\mathrm {error} \mid H_{0})} and the probability of type II error is denoted P ( e r r o r ∣ H 1 ) {\displaystyle P(\mathrm {error} \mid H_{1})}. In some fields, the type I error is denoted by α n {\displaystyle \alpha _{n}} and the type II error is denoted by β n {\displaystyle \beta _{n}}.

Optimal error exponent for Neyman–Pearson testing

In the Neyman–Pearson version of binary hypothesis testing, one is interested in minimizing the probability of type II error P ( error ∣ H 1 ) {\displaystyle P({\text{error}}\mid H_{1})} subject to the constraint that the probability of type I error P ( error ∣ H 0 ) {\displaystyle P({\text{error}}\mid H_{0})} is less than or equal to a pre-specified level α {\displaystyle \alpha }. In this setting, the optimal testing procedure is a likelihood-ratio test. Furthermore, the optimal test guarantees that the type II error probability decays exponentially in the sample size n {\displaystyle n} according to lim n → ∞ − ln ⁡ P ( e r r o r ∣ H 1 ) n = D ( f 0 ∥ f 1 ) {\displaystyle \lim _{n\to \infty }{\frac {-\ln P(\mathrm {error} \mid H_{1})}{n}}=D(f_{0}\parallel f_{1})}. The error exponent D ( f 0 ∥ f 1 ) {\displaystyle D(f_{0}\parallel f_{1})} is the Kullback–Leibler divergence between the probability distributions of the observations under the two hypotheses. This exponent is also referred to as the Chernoff–Stein lemma exponent.

Optimal error exponent for average error probability in Bayesian hypothesis testing

In the Bayesian version of binary hypothesis testing one is interested in minimizing the average error probability under both hypothesis, assuming a prior probability of occurrence on each hypothesis. Let π 0 {\displaystyle \pi _{0}} denote the prior probability of hypothesis H 0 {\displaystyle H_{0}}. In this case the average error probability is given by P ave = π 0 P ( error ∣ H 0 ) + ( 1 − π 0 ) P ( error ∣ H 1 ) {\displaystyle P_{\text{ave}}=\pi _{0}P({\text{error}}\mid H_{0})+(1-\pi _{0})P({\text{error}}\mid H_{1})}. In this setting again a likelihood ratio test is optimal and the optimal error decays as lim n → ∞ − ln ⁡ P ave n = C ( f 0 , f 1 ) {\displaystyle \lim _{n\to \infty }{\frac {-\ln P_{\text{ave}}}{n}}=C(f_{0},f_{1})} where C ( f 0 , f 1 ) {\displaystyle C(f_{0},f_{1})} represents the Chernoff-information between the two distributions defined as C ( f 0 , f 1 ) = max λ ∈ [ 0 , 1 ] [ − ln ⁡ ∫ ( f 0 ( x ) ) λ ( f 1 ( x ) ) ( 1 − λ ) d x ] {\displaystyle C(f_{0},f_{1})=\max _{\lambda \in [0,1]}\left[-\ln \int (f_{0}(x))^{\lambda }(f_{1}(x))^{(1-\lambda )}\,dx\right]}.

Trade-off between type I and II error

A more explicit tradeoff between the type I and type II error is observed when the type I error is constrained to decay exponentially, and the type II error is minimized. If we require P ( error | H 0 ) < e − n r {\displaystyle P({\text{error}}|H_{0})<e^{-nr}} for some r < D ( f 1 ‖ f 0 ) {\displaystyle r<D(f_{1}\|f_{0})}, then the optimal type II error exponent is described by lim sup n → ∞ 1 n ln ⁡ P ( error | H 1 ) = − H r ( f 0 ∥ f 1 ) {\displaystyle \limsup _{n\to \infty }{\frac {1}{n}}\ln P({\text{error}}|H_{1})=-H_{r}(f_{0}\parallel f_{1})}. Here H ( f 0 ∥ f 1 ) {\displaystyle H(f_{0}\parallel f_{1})} is the Hoeffding divergence described by

H r ( f 0 ∥ f 1 ) = max 0 ≤ s ≤ 1 Ψ ( s ) − ( 1 − s ) r s {\displaystyle H_{r}(f_{0}\parallel f_{1})=\max _{0\leq s\leq 1}{\frac {\Psi (s)-(1-s)r}{s}}} (1)

where Ψ ( s ) = ∫ d x f 0 ( x ) 1 − s f 1 ( x ) s {\displaystyle \Psi (s)=\int dx\ f_{0}(x)^{1-s}f_{1}(x)^{s}}.