Model Selection

14. Model Selection#

So far, we have been concerned with the problem of parameter estimation. In studying the linear relationship between two quantities, for example, we discussed how to infer the slope and the offset of the associated straight-line model. Often, however, there is a question as to whether another functional form (such as quadratic or cubic) might be a more appropriate model. In this lecture, we will consider the broad class of scientific problems when there is uncertainty as to which one of a set of alternative models is most suitable. In the Bayesian terminology these can be labeled as Model Selection problems and we will discuss them in some depth.

Note

Good references for model selection are Sivia, chapter 4 [SS06], Bayesian Model Selection and Model Averaging by Wasserman, and chapter 7 of BDA3 [GCS+13].

One of the main objectives in science is that of inferring the truth of one or more hypotheses about how some aspect of nature works. Because we are always in a state of incomplete information, we can never prove any hypothesis (theory) is true.

We will start, however, in Section 14.1 with a brief discussion on sampling theory and the frequentist approach to hypothesis testing. This will involve the introduction of the \(P\)-value or significance measure—quantities that are often misinterpreted even by scientists themselves. See, for example, the following comment published in Nature (March 20, 2019): Scientists rise up against statistical significance.

In Bayesian model selection we provide a gentle introduction through the story of Dr. A and Prof. B and then in Evidence ratios for an expansion we step through the prototypical problem of different orders of an expansion, for which model selection can be analyzed analytically. Methods for Evidence calculations are next and we finish by surveying Information criteria, which are computationally light approximations to the evidence.

There are also several problems in Problems for Part II that apply and supplement the presentation in this chapter. See Problem: Model selection basics, Problem: Evidence calculation for EFT expansions, and Problem: How many lines are there?.