Draft:Constrained minimum criterion

From testwiki
Jump to navigation Jump to search

Template:AFC submission

Template:AFC comment


Template:Short description Template:Draft topics Template:AfC topic

In statistics, the Constrained Minimum Criterion (CMC) is a criterion for selecting regression models founded on the classical theory of likelihood based inference. It is a frequentist alternative to the Akaike Information Criterion (AIC) and Bayesian Information Criterion (BIC) with certain advantages.

Geometric motivation

For a full regression model with p predictor variables and an intercept, the unknown vector of regression parameters βt is a (p+1)-vector. Elements of βt corresponding to active variables are non-zero, and elements corresponding to inactive variables are all zero. The likelihood ratio confidence region for βt is centred on its maximum likelihood estimator β^. As the sample size n goes to infinity, the confidence region shrinks in size and degenerates into β^, and β^ converges to βt. It follows that the whole confidence region converges to βt, so for sufficiently large n, elements of vectors in the confidence region corresponding to active variables are all non-zero. This implies that when βt is captured by the confidence region, it is a vector in the region having the most zeros in its elements. Because of this, the CMC chooses from the confidence region a vector with the most zeros in its elements as an estimate of βt, thereby selecting the model defined by variables corresponding to non-zero elements of the chosen vector.

Definition

Let ={Mj}j=12p be the collection of 2p subsets of the p variables where each Mj represents a subset. Denote by β^j the maximum likelihood estimator for the vector of regression parameters of the reduced model defined by Mj. Augment β^j to be of dimension (p+1) by adding zeros to its elements to represent variables not in Mj. For a fixed α(0,1), denote by 𝒞1α the 100(1α)% likelihood ratio confidence region for βt which is a region in the (p+1)-dimensional space centred on β^. The CMC chooses the model represented by the solution vector of the following constrained minimization problem,

minβ^j0 subject to β^j𝒞1α,

where 0 denotes the L0 norm. The solution vector is called the CMC solution, which is a sparse estimator of βt. Its corresponding model is called the CMC selection. When there are two or more solution vectors to the minimization problem, the one with the highest likelihood is chosen to be the CMC solution.[1]

Asymptotic properties

Let β^α be the CMC solution and M^α be the corresponding CMC selection. Under regularity conditions for the asymptotic normality of the maximum likelihood estimator β^, (i) the CMC solution is consistent in that

β^αpβt

as n, and (ii) the probability that M^α is the true model has an asymptotic lower bound

limn+P(M^α=Mjt)1α,

where Mjt denotes the unknown true model containing only and all active variables.

Tuning parameter

The tuning parameter α controls the balance between the false active rate and false inactive rate of the selected model which is also the balance between the fit and the sparsity of the selected model. When the sample size n is large, the asymptotic lower bound in (ii) shows that setting α to a small value will lead to a high probability that the CMC selection is the true model. When n is not large, a small α will lead to a high false inactive rate, so a larger value should be used. The recommended default value is α=0.5. At this default value, the CMC is often more accurate than the AIC and BIC in terms of false active rate and false inactive rate.

The tuning parameter α makes it easy to adapt the CMC to special situations such as when n is small. The AIC and BIC both require special adjustments to their penalty terms for small n situations. The CMC can handle such situations with a simple change of the α level. In asymptotic properties (i) and (ii) above, the α level is fixed. Stronger results may be obtained by allowing α to vary with n. For selecting Gaussian linear models, one may let α go to zero at a certain speed depending on n as n goes to infinity so that the CMC selection is consistent;[2] that is, one may find a sequence of tuning parameter values αn0 such that

limn+P(M^αn=Mjt)=1.

Computation

For the best subset selection, the AIC and BIC require the computation of the maximum likelihood of all 2p models. The CMC may require far fewer. Denote by Mi the model containing all variables except the ith variable 𝐱i. Denote by β^i the maximum likelihood estimator and by λ(β^i) the maximum log-likelihood ratio of this model. In some cases, the value of λ(β^i) alone is sufficient to determine if 𝐱i will be selected by the CMC. One can first compute λ(β^i) and use it to determine if 𝐱i will be selected for i=1,2,,p. Suppose this has identified p variables that will be selected. Then, one only needs to select from the remaining pp variables. The total number of models that need to be computed by the CMC is thus p+2pp which could be substantially smaller than 2p required by the AIC and BIC.

Remarks

Comprehensive discussions of model selection philosophies and criteria can be found in the literature.[3][4][5] In other model selection strategies such as the AIC and BIC, the sparsity of the selected model comes as a by-product of the model selection process. By directly minimizing the size of the model subject to a lower bound constraint on the likelihood ratio, the CMC is the first model selection method to explicitly pursue the sparsity of the selected model.

See also

References

Template:Reflist

Further readings