Minimum message length (MML) is a Bayesian information-theoretic method for statistical model comparison and selection.
[1] It provides a formal information theory restatement of Occam's Razor: even when models are equal in their measure of fit-accuracy to the observed data, the one generating the most concise explanation of data is more likely to be correct (where the explanation consists of the statement of the model, followed by the lossless encoding of the data using the stated model).
MML was invented by Chris Wallace, first appearing in the seminal paper "An information measure for classification".
[2] MML is intended not just as a theoretical construct, but as a technique that may be deployed in practice.
[3] It differs from the related concept of Kolmogorov complexity in that it does not require use of a Turing-complete language to model data.
[4] Shannon's A Mathematical Theory of Communication (1948) states that in an optimal code, the message length (in binary) of an event
Bayes's theorem states that the probability of a (variable) hypothesis
We want the model (hypothesis) with the highest such posterior probability.
Suppose we encode a message which represents (describes) both model and data jointly.
The second part contains information (e.g., values of parameters, or initial conditions, etc.)
that, when processed by the model, outputs the observed data.
MML naturally and precisely trades model complexity for goodness of fit.
A more complicated model takes longer to state (longer first part) but probably fits the data better (shorter second part).
One reason why a model might be longer would be simply because its various parameters are stated to greater precision, thus requiring transmission of more digits.
Much of the power of MML derives from its handling of how accurately to state parameters in a model, and a variety of approximations that make this feasible in practice.
This makes it possible to usefully compare, say, a model with many parameters imprecisely stated against a model with fewer parameters more accurately stated.
Original Publication: Books: Related Links: