The enhanced envelope estimator improves the prediction accuracy of multivariate linear regression by incorporating the concept of envelopes. This method is useful in both low- and high-dimensional scenarios, regardless of whether the number of predictors is smaller or larger than the number of observations .
This overview first introduces the envelope model and then describes the enhanced envelope estimator.
Review of the Envelope Model
The envelope model builds upon the classical multivariate linear regression: where:
is the vector of response variables,
is the vector of predictor variables,
is the unknown coefficient matrix, and
represents the error vector.
The envelope model improves this basic framework by identifying a subspace of the response vector that is unaffected by changes in the predictor vector. Specifically, it finds a subspace, called the envelope subspace, that separates the “material” variation (the part that is important for identifying the relationship of with ) from the “immaterial” variation (the part that does not affect this relationship). This separation reduces noise, leading to more accurate and efficient estimation and prediction.
By incorporating the envelope concept, the multivariate linear model can be reformulated as follows, which represents the envelope model: where:
is a semi-orthogonal basis matrix for the envelope subspace,
is a basis matrix for the orthogonal complement of the envelope subspace,
is a reduced coefficient matrix, and
and are positive definite matrices representing the variances within and outside the envelope subspace.
Enhanced Envelope Estimator
The enhanced envelope estimator is a method for estimating parameters within the envelope model to improve prediction performance in both low- and high-dimensional settings. It incorporates a specialized regularization term during the estimation process, which helps enhance the model’s predictions by controlling overfitting.
The enhanced envelope estimator is obtained by maximizing a penalized likelihood function: where:
is the log-likelihood function of the envelope model,
is a regularization parameter, and
is the regularization term defined as:
This regularization term penalizes large values in the coefficient matrix adjusted by , thereby improving model stability and reducing overfitting.
By allowing flexibility in selecting the regularization parameter , the enhanced envelope estimator can achieve better prediction performance than the original envelope estimator. Moreover, this regularization enables the model to handle cases where the number of predictors exceeds the number of observations . The original envelope estimator cannot be applied directly in such high-dimensional situations, whereas the enhanced version, with its regularization, can effectively manage these cases.