Translate this page into:
Improved ridge estimation approach to address overfitting: Simulation and financial data analysis
*Corresponding author: E-mail address: muhammad.shakirstd@icp.edu.pk (MS Khan)
-
Received: ,
Accepted: ,
Abstract
Ridge regression is a popular biased estimation technique used to counteract multicollinearity, often preferred over ordinary least squares (OLS). A persistent challenge in ridge regression is the selection of an optimal penalty parameter to navigate the bias-variance trade-off, as no single ridge estimator performs uniformly well across diverse data conditions. To address this, we introduce three improved Ridge estimators (IREs) that dynamically calibrate the penalty parameter based on critical data characteristics: the intensity of multicollinearity and model dimensionality. Extensive Monte Carlo simulations, evaluated by mean squared error (MSE), demonstrate that IREs consistently surpasses existing methods, particularly in demanding scenarios marked by high multicollinearity, limited sample sizes, and elevated dimensionality. The practical utility and robustness of our approach are further confirmed through empirical applications to Longley data, establishing IRE as a valuable and reliable advancement in the penalized regression toolkit.
Keywords
Mean squared error
Monte carlo simulation
Multicollinearity
Ordinary least squared
Ridge regression
MSC 2020 Classification:
62J05
62J07
62H20
65C05
1. Introduction
The multiple linear regression model (MLRM) is one of the most widely used statistical modeling tools, owing to its mathematical simplicity and effectiveness in prediction and statistical inference (Khan et al., 2024a; Lipovetsky and Conklin, 2005). The ordinary least squares (OLS) method is typically preferred for parameter estimation in regression analysis, provided that certain classical assumptions are met. However, in many real-world applications, these assumptions, particularly the requirement of negligible multicollinearity among predictors, are often violated (Schroeder et al., 1990). Condition number and variance inflation factors (VIF) are widely used to detect the degree of multicollinearity in a data. Multicollinearity can lead to unstable and unreliable OLS estimates; therefore, it must be appropriately addressed. To this end, various alternative estimation techniques have been proposed in the literature. These include ridge regression (RR) (Hoerl and Kennard, 1970a, 1970b), principal component regression (Massy, 1965), elastic net regression (Zou and Trevor, 2005), raised regression (Garcia et al., 2011; Salmerón‐Gómez et al., 2025), and residualization methods (Garcia et al., 2020), among others. However, RR is very popular amongst all the alternative methods for its computational convenience, attractive mathematical properties and interpretability (Belsley, 1991). It treats multicollinearity in a principled, stable, and information-preserving way, without deleting or changing the predictors, while improving prediction accuracy. The RR is a precise estimation method as it allows all the considered covariates to be included in the regression model with shrunken regression coefficients, at the cost of some bias in the multiple regression model (Dar and Chand, 2024).
Consider the standard MLRM, as represented in Eq. (1)
Where y is a column vector of observations on response variable, X is fixed matrix of predictors, β is a column vector of unknown regression coefficients and ϵ is a column vector of random errors such that and . Where, prime denotes the transpose of the vector while is an identity matrix of order n. The OLS estimates of β can be given as represented in Eq. (2):
Where is an unbiased estimator of β, its accuracy largely depends on the characteristics of matrix. In the presence of near-perfect collinearity among two or more predictors, the variance of the regression coefficients can increases substantially, leading to unstable parameter estimates that cannot be reliably interpreted. From a mathematical perspective, near-collinearity renders the matrix ill-conditioned, meaning that its determinant approaches zero in case of standardized data. Consequently, attempts to compute its inverse result in numerical instability and uncertain coefficient estimates. Exact collinearity arises when at least one predictor is an exact linear combination of other predictors, in which case is not of full rank, the determinant of equals zero, and the matrix is non-invertible. To address the problem of ill-conditioning (Hoerl and Kennard, 1970a, 1970b) proposed the ridge regression (RR) estimator as represented in Eq. (3):
where k is showing ridge or shrinkage penalty and I is an identity matrix of the same order as . The ridge regression is a biased estimation, i.e. , contrary to unbiased OLS estimation. Ridge regression (RR) seeks to improve upon ordinary least squares by trading a small amount of bias for a significant reduction in variance. This is achieved through a ridge penalty parameter, k. The optimal value of k is selected to minimize the mean squared error (MSE), which represents the expected squared difference between the estimate and the true parameter. Minimizing the MSE automatically finds the ideal balance between bias and variance, as represented in Eq. (4)
This embodies the core bias-variance trade-off: accepting a small amount of bias is beneficial if it significantly reduces variance, leading to a lower overall MSE.
The selection of an optimal ridge parameter k is a well-studied challenge. A consensus in the literature confirms that no single ridge estimator performs optimally under all conditions; rather, its efficacy is contingent upon key data characteristics such as the degree of multicollinearity, error variance, sample size, and the number of predictors (McDonald, 2009). Consequently, the process of selecting k remains both a science, reliant on analytical methods, and an art, requiring diagnostic interpretation. This has led to the proposal of a multitude of estimation methods, including:(Hoerl et al., 1975; Hoerl and Kennard, 1970b; Jegede et al., 2022; Khalaf et al., 2013; Khalaf and Shukur, 2005; Kibria, 2003; Mcdonald et al., 1975; Suhail et al., 2020; Wichern and Gilbert, 1978). Lipovetsky and Conklin, 2005 observed that the selection of the ridge penalty parameter is constrained by its inverse relationship with the model’s goodness of fit. To address this limitation and to enhance the orthogonality between the predicted values and the residuals, they proposed a two-parameter ridge (TPR) estimator, represented as Eq. (5):
where, in Eq. (6)
Subsequently, numerous researchers have proposed improvements to the two-parameter ridge regression model (Akhtar and Alharthi, 2025; Alharthi and Akhtar, 2025; Asar and Erişoğlu, 2016; Dorugade, 2019; Khan et al., 2024b, 2023; Khan and Alharthi, 2025; Lipovetsky, 2006; Adewale F. Lukman et al., 2019; A. F. Lukman et al., 2019; Owolabi et al., 2022; Ozkale and Selahattin, 2007; Wu and Yang, 2013; Yang and Chang, 2010; Yasin et al., 2021). However, while existing ridge estimators often perform well in specific scenarios, they frequently lack robustness and adaptability across diverse datasets. To address this limitation, this study proposes three improved ridge estimators (IREs), which utilizes an auto-adjusted ridge penalty. The rationale for the proposed estimator is explained in detail in Section to follow. Its performance is evaluated across a range of scenarios via extensive Monte Carlo simulations, using the minimum MSE as the criterion. The applicability of the proposed estimator is also demonstrated using two real-world datasets.
This article proceeds as follows: Section 2 presents the statistical methodology, our proposed estimators and a review of existing ridge estimators. Section 3 describes the simulation design, and Section 4 discusses the results. The application to real dataset is evaluated in Section 5, and concluding remarks are offered in Section 6.
2. Statistical Methodology
The canonical form of model (1) is rewritten as represented in Eq. (7)
where . The matrix Q contains eigen vectors of . Moreover, is a matrix of order p and contains eigen values of matrix on its diagonals.
The regression coefficients defined in Eq. (2-4) are expressed in canonical form respectively in Eqs. (8-10):
2.1 Proposed estimator
As established, the performance of existing ridge estimators is inconsistent, being highly sensitive to data conditions such as multicollinearity, model dimensionality, error variance, and sample size. This work addresses this challenge by proposing three improve ridge estimators (IREs), which dynamically calibrate their penalty parameter (k) to the data’s underlying structure. The formulation of k is guided by two well-established principles: first, that the MSE of a ridge estimator follows a U-shaped curve with respect to k, and second, that multicollinearity disrupts the eigenvalue spectrum and inflates regression coefficients. IREs synthesize these insights by defining k as a function of model dimensionality, regression coefficients () and condition indices. This design ensures a balanced penalty: the numerator counteracts overfitting through functions of eigenvalues and coefficients, while the denominator prevents the excessive bias that leads to underfitting. IREs can be mathematically expressed as represented in Eqs. (11-13):
Where and are showing maximum and minimum eigen values, respectively of matrix.
While the exact probability distribution of IRE is analytically intractable, we leverage the result from (Sengupta and Sowell, 2020) who showed the ridge estimator asymptotic distribution exhibits the properties of a sampling distribution. Hence, asymptotically, IRE follows normal distribution.
2.2 Existing estimators
Hoerl and Kennard (Hoerl and Kennard, 1970b), originally suggested the ridge regression estimator. This ridge regression method is one of the widely used ridge regression method for combating the problem of multicollinearity in linear regression modeling (Kibria and Lukman, 2020). They suggested the following ridge penaltyas shown in Eq. (14)
The first improvement to the pioneering work came from Hoerl, et al., (Arthur E. Hoerl et al., 1975), they suggested using harmonic mean of the generalized ridge estimator suggested by (Hoerl and Kennard, 1970a) as represented in Eq. (15)
Following the idea of (Arthur E. Hoerl et al., 1975), Kibria (Kibria, 2003) suggested arithmetic mean, geometric mean and median of the generalized ridge estimator suggested by (Hoerl and Kennard, 1970a). However, we have considered his best estimator, i.e. arithmetic mean in this study, which is mathematically expressed below in Eq. (16)
The idea of (Arthur E. Hoerl et al., 1975) and (Kibria, 2003) was further improved by Suhail et al., (Khalaf et al., 2013) by using suggested quantile based approached. According to their simulative results the 95th quantile performed superiorly on majority occasion, hence in this study we have considered their superior estimator as given in Eq. (17)
(Lipovetsky and Conklin, 2005) proposed two-parameter ridge estimator. They utilized ridge penalty proposed by (Hoerl and Kennard, 1970b) as their 1st ridge parameter (k) while the second tuning parameter (q), based on maximization principal, was computed using Eq. (6).
The pioneering work on two-parameter ridge estimator of (Lipovetsky and Conklin, 2005) was further improved by Toker and Kaciranlar (Toker and Kaçiranlar, 2013) by optimizing both tunning parameters (k, q). They 1st computed the optimum value of utilizing k1 as represented in Eqs. (18 and 19)
Subsequently, , is utilized for computation as:
Very recently Akhtar and Alharti (Akhtar and Alharthi, 2025) contributed in improving the two -parameter ridge estimation through condition-adjusted ridge estimators (CARE) as represented in Eqs. (20-22)
where is condition number of matrix.
2.3 Performance evaluation criteria
While ridge estimators intentionally introduce some bias hence the standard unbiasedness criteria for comparing biased estimators are insufficient. According to Chochran (Cochran, 2007) MSE is an appropriate tool to compare biased estimators. This view is widely supported in the literature, which consistently recommends using the minimum MSE criterion to identify the best estimator (Haq and Kibira, 196AD; Hoerl and Kennard, 1970b; Khan et al., 2024b, 2023; Kibria, 2003).
The MSE is defined as in Eq. (23)
We employ Monte Carlo simulations, in the following section, to empirically compare the proposed estimators with widely used existing estimators using the minimum MSE criterion, as a theoretical comparison is intractable.
3. Simulation Study
This section details the data generation process for the empirical evaluation. Data was simulated by varying key factors to assess estimator performance under a range of conditions. These factors include:
Pair-wise correlation between predictors (ρ): 0.90, 0.95, 0.99, 0.999
Error variance (σ2): 1, 5, 10
Sample size (n): 15, 30, 50,100, 200
Number of predictors (p): 3, 5, 7, 10,15
The predictors were generated using the method described by (Akhtar and Alharthi, 2025; Dar and Chand, 2024; Mcdonald et al., 1975; Suhail et al., 2021) are represented in Eqs. (24-26)
Where, wji is pseudo random numbers generated from standard normal distribution.
The response variable is generated as:
The coefficients are calculated based on the most favorable (MF) direction, following the methodology of (Halawa and El Bassiouni, 2000; Mcdonald et al., 1975; Newhouse JP and Oman SD, 1971). The intercept term, ,was set to zero without loss of generality. The random error term, , was generated from a normal distribution with a mean of 0 and variance . The simulations were replicated 5,000 times, and the estimated mean squared error (EMSE) was calculated as follows
All calculations were performed using the R programming language. The EMSEs for all estimators are summarized in (Tables 1-13 )
| n=15, p=3 | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| σ=1 | σ=5 | σ=10 | ||||||||||
| Estimators | 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 |
| OLS | 2.0539 | 3.9860 | 19.3335 | 187.5289 | 51.8339 | 101.5371 | 483.9637 | 4544.7315 | 207.0737 | 407.3784 | 1977.8497 | 18692.5682 |
| HK | 0.7574 | 1.2930 | 5.7496 | 53.8736 | 15.3858 | 29.5983 | 141.2061 | 1346.6425 | 61.2443 | 115.2036 | 579.7268 | 5462.2378 |
| HKB | 0.7112 | 1.2118 | 5.3282 | 52.1781 | 14.4762 | 27.9232 | 128.0780 | 1239.7972 | 57.6774 | 111.8064 | 554.1111 | 5102.8706 |
| Kibria | 0.4958 | 0.7443 | 2.1552 | 8.7755 | 4.6135 | 6.6282 | 15.3570 | 54.2248 | 13.5982 | 19.3231 | 45.9910 | 130.3955 |
| SCK | 1.3047 | 2.3750 | 10.8786 | 103.8548 | 29.2722 | 56.5462 | 265.3953 | 2489.6283 | 116.1684 | 225.6860 | 1101.7951 | 10296.1581 |
| LC | 0.2446 | 0.3169 | 0.3028 | 0.0825 | 2.1489 | 1.5454 | 1.3918 | 2.1385 | 9.1520 | 6.2549 | 5.3335 | 5.9228 |
| TK | 1.3349 | 1.2802 | 1.1561 | 0.9490 | 7.5262 | 7.0463 | 7.3728 | 6.4523 | 30.1583 | 28.1432 | 27.9227 | 31.1488 |
| AA1 | 0.0635 | 0.0380 | 0.0249 | 0.0239 | 5.1520 | 3.3287 | 2.1154 | 2.5292 | 28.0017 | 19.6048 | 11.6448 | 10.0160 |
| AA2 | 0.0280 | 0.0248 | 0.0239 | 0.0238 | 1.5525 | 1.1239 | 1.2646 | 2.1238 | 8.6012 | 5.7139 | 5.2117 | 5.9204 |
| AA3 | 0.0271 | 0.0246 | 0.0238 | 0.0238 | 1.3950 | 1.0574 | 1.2482 | 2.1203 | 7.6415 | 5.2797 | 5.0970 | 5.8957 |
| IRE1 | 0.0270 | 0.0246 | 0.0238 | 0.0238 | 1.3473 | 1.0438 | 1.2467 | 2.1202 | 7.3330 | 5.1894 | 5.0870 | 5.8951 |
| Improved Ridge Estimator | 2.0537 | 3.9855 | 19.3307 | 187.5089 | 51.8312 | 101.5316 | 483.9352 | 4544.5226 | 207.0670 | 407.3655 | 1977.7838 | 18692.0399 |
| IRE3 | 0.0271 | 0.0246 | 0.0238 | 0.0238 | 1.3673 | 1.0488 | 1.2472 | 2.1202 | 7.4725 | 5.2240 | 5.0904 | 5.8953 |
| n=30, p=3 | ||||||||||||
| OLS | 0.6531 | 1.2449 | 6.4181 | 64.8004 | 15.9373 | 31.7709 | 161.5452 | 1688.9216 | 62.7958 | 131.2307 | 659.9166 | 6633.0490 |
| HK | 0.3839 | 0.5634 | 1.8268 | 17.8092 | 4.8315 | 8.8444 | 45.8833 | 485.3631 | 18.9622 | 39.1889 | 184.0687 | 1849.3896 |
| HKB | 0.3065 | 0.4450 | 1.8106 | 16.6856 | 4.4334 | 8.3755 | 42.8030 | 458.3241 | 17.2125 | 35.9316 | 173.7925 | 1747.3667 |
| Kibria | 0.2224 | 0.3276 | 0.9517 | 4.0405 | 1.9680 | 2.7191 | 7.5773 | 23.7025 | 5.3213 | 8.1838 | 18.6733 | 59.0658 |
| SCK | 0.4784 | 0.8194 | 3.6797 | 35.2514 | 8.9811 | 17.5429 | 88.5809 | 933.1237 | 35.0442 | 73.2931 | 362.1306 | 3644.3192 |
| LC | 0.0951 | 0.1540 | 0.2804 | 0.0943 | 1.1239 | 0.8346 | 0.5005 | 0.3001 | 4.7874 | 3.8134 | 3.4711 | 1.4338 |
| TK | 1.2388 | 0.8462 | 0.4837 | 0.1779 | 4.0132 | 4.2257 | 3.6981 | 4.0644 | 13.1406 | 14.0634 | 16.9706 | 9.2144 |
| AA1 | 0.0876 | 0.0475 | 0.0144 | 0.0114 | 3.7895 | 2.5287 | 0.7281 | 0.3059 | 21.2303 | 19.1357 | 10.6560 | 2.7436 |
| AA2 | 0.0167 | 0.0136 | 0.0120 | 0.0114 | 0.7544 | 0.4924 | 0.3699 | 0.2863 | 5.1603 | 3.8125 | 3.4753 | 1.4218 |
| AA3 | 0.0142 | 0.0130 | 0.0119 | 0.0114 | 0.5801 | 0.4374 | 0.3626 | 0.2863 | 3.9500 | 3.1884 | 3.3082 | 1.4152 |
| IRE1 | 0.0140 | 0.0130 | 0.0119 | 0.0114 | 0.5234 | 0.4247 | 0.3618 | 0.2863 | 3.4775 | 3.0238 | 3.2896 | 1.4150 |
| IRE2 | 0.6531 | 1.2449 | 6.4177 | 64.7966 | 15.9368 | 31.7699 | 161.5396 | 1688.8714 | 62.7943 | 131.2280 | 659.9038 | 6632.9361 |
| IRE3 | 0.0143 | 0.0130 | 0.0119 | 0.0114 | 0.5527 | 0.4300 | 0.3620 | 0.2863 | 3.7341 | 3.0905 | 3.2959 | 1.4151 |
OLS: Ordinary Least Square; HK: Hoerl and Kennard; HKB: Hoerl, Kennard and Baldwin; SCK: Suhail, Chand and Kibria; LC Lipovetsky and Conklin; TK: Toker and Kaciranlar; AA1: Akhtar and Alharti 1; AA2: Akhtar and Alharti 2; AA3: Akhtar and Alharti 3; IRE1: Improved Ridge Estimator 1; IRE2: Improved Ridge Estimator 2; IRE3: Improved Ridge Estimator 3
| n=50, p=3 | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Estimators | σ=1 | σ=5 | σ=10 | |||||||||
| 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 | |
| OLS | 0.4212 | 0.8110 | 3.9627 | 38.8090 | 10.6284 | 20.2929 | 99.3119 | 954.3927 | 43.0209 | 80.4941 | 390.8706 | 3950.9542 |
| HK | 0.2777 | 0.3364 | 1.3187 | 10.4465 | 3.1895 | 5.9161 | 27.6512 | 263.7001 | 12.7235 | 22.3084 | 107.0288 | 1138.3423 |
| HKB | 0.2037 | 0.3224 | 1.1237 | 10.0080 | 3.0656 | 5.3480 | 26.0512 | 243.9920 | 11.4856 | 21.2378 | 100.9733 | 1013.4441 |
| Kibria | 0.1570 | 0.2268 | 0.6658 | 2.8624 | 1.5072 | 2.1526 | 4.9324 | 16.9644 | 3.8284 | 5.1939 | 11.6618 | 38.2947 |
| SCK | 0.3242 | 0.5632 | 2.3304 | 21.1756 | 6.1149 | 11.2036 | 53.6427 | 510.7711 | 23.9969 | 43.6026 | 211.2568 | 2139.8748 |
| LC | 0.0580 | 0.0951 | 0.2562 | 0.1311 | 0.7012 | 0.5793 | 0.3172 | 0.2212 | 2.4730 | 1.8684 | 2.0885 | 1.3768 |
| TK | 0.8150 | 0.8135 | 0.4056 | 0.2696 | 3.1144 | 3.1470 | 2.8987 | 3.3133 | 8.1149 | 7.4488 | 7.8985 | 8.4962 |
| AA1 | 0.0751 | 0.0448 | 0.0103 | 0.0070 | 2.7297 | 1.7455 | 0.4379 | 0.2678 | 15.8027 | 12.8047 | 6.5045 | 3.4154 |
| AA2 | 0.0102 | 0.0080 | 0.0067 | 0.0069 | 0.3517 | 0.2450 | 0.1845 | 0.2064 | 2.8892 | 1.8772 | 2.1250 | 1.3810 |
| .AA3 | 0.0081 | 0.0075 | 0.0067 | 0.0069 | 0.2554 | 0.2184 | 0.1831 | 0.2055 | 1.9517 | 1.4591 | 1.9763 | 1.3603 |
| IRE1 | 0.0080 | 0.0075 | 0.0067 | 0.0069 | 0.2345 | 0.2138 | 0.1830 | 0.2055 | 1.6298 | 1.3531 | 1.9601 | 1.3597 |
| IRE2 | 0.4212 | 0.8110 | 3.9625 | 38.8076 | 10.6281 | 20.2925 | 99.3092 | 954.3715 | 43.0203 | 80.4929 | 390.8645 | 3950.9030 |
| IRE3 | 0.0082 | 0.0075 | 0.0067 | 0.0069 | 0.2468 | 0.2161 | 0.1831 | 0.2055 | 1.7879 | 1.3947 | 1.9656 | 1.3599 |
| n=100, p=3 | ||||||||||||
| OLS | 0.3289 | 0.2086 | 2.0289 | 35.2122 | 3.4015 | 11.3135 | 19.9889 | 587.0861 | 17.3656 | 38.7555 | 122.1208 | 904.0240 |
| HK | 0.2630 | 0.1321 | 0.4084 | 17.2629 | 1.4500 | 2.1103 | 5.8556 | 80.2633 | 0.8607 | 10.5291 | 8.8241 | 57.7880 |
| HKB | 0.2560 | 0.0543 | 0.2499 | 13.5863 | 1.0853 | 3.8698 | 4.3352 | 159.5914 | 5.7807 | 7.2922 | 11.5976 | 149.4581 |
| Kibria | 0.1743 | 0.0343 | 0.3068 | 1.8285 | 0.5822 | 1.5187 | 0.5197 | 3.4243 | 1.0370 | 3.2901 | 7.2704 | 2.5021 |
| SCK | 0.2833 | 0.1475 | 1.0233 | 22.6289 | 1.9893 | 6.5936 | 8.0052 | 295.5833 | 8.9144 | 20.1115 | 63.1786 | 296.5145 |
| LC | 0.0308 | 0.0066 | 0.0985 | 0.1749 | 0.3784 | 0.3300 | 0.2577 | 0.0834 | 0.9093 | 0.7490 | 0.7131 | 0.1461 |
| TK | 1.5893 | 0.0139 | 4.6513 | 0.0082 | 1.3766 | 0.2455 | 2.1663 | 0.0884 | 1.5746 | 6.8497 | 0.5345 | 0.1491 |
| AA1 | 0.1025 | 0.0363 | 0.0079 | 0.0072 | 1.7069 | 2.3643 | 0.3316 | 0.0765 | 11.6539 | 7.1389 | 4.2585 | 0.1484 |
| AA2 | 0.0133 | 0.0059 | 0.0019 | 0.0071 | 0.2837 | 0.1302 | 0.2514 | 0.0749 | 2.6617 | 0.3266 | 0.5296 | 0.1451 |
| AA3 | 0.0096 | 0.0053 | 0.0019 | 0.0071 | 0.1663 | 0.0952 | 0.2513 | 0.0749 | 1.2432 | 0.2224 | 0.5181 | 0.1451 |
| IRE1 | 0.0094 | 0.0053 | 0.0019 | 0.0071 | 0.1588 | 0.0931 | 0.2513 | 0.0749 | 0.8273 | 0.2156 | 0.5170 | 0.1451 |
| IRE2 | 0.3289 | 0.2086 | 2.0288 | 35.2115 | 3.4014 | 11.3133 | 19.9883 | 587.0768 | 17.3652 | 38.7552 | 122.1197 | 904.0123 |
| IRE3 | 0.0097 | 0.0053 | 0.0019 | 0.0071 | 0.1746 | 0.0952 | 0.2513 | 0.0749 | 0.9885 | 0.2228 | 0.5174 | 0.1451 |
OLS: Ordinary Least Square; HK: Hoerl and Kennard; HKB: Hoerl, Kennard and Baldwin; SCK: Suhail, Chand and Kibria; LC Lipovetsky and Conklin; TK: Toker and Kaciranlar; AA1: Akhtar and Alharti 1; AA2: Akhtar and Alharti 2; AA3: Akhtar and Alharti 3; IRE1: Improved Ridge Estimator 1; IRE2: Improved Ridge Estimator 2; IRE3: Improved Ridge Estimator 3
| n=200, p=3 | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| σ=1 | σ=5 | σ=10 | ||||||||||
| Estimators | 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 |
| OLS | 0.1031 | 0.2342 | 0.8356 | 14.1079 | 2.4469 | 3.6631 | 16.9065 | 214.4912 | 11.9771 | 12.7235 | 76.7761 | 401.2506 |
| HK | 0.1763 | 0.1860 | 0.3520 | 4.9954 | 0.5339 | 1.2561 | 3.0442 | 96.8458 | 3.6760 | 1.6512 | 11.5840 | 98.9577 |
| HKB | 0.0853 | 0.0845 | 0.0496 | 5.1026 | 1.3226 | 0.4034 | 3.0221 | 73.1975 | 3.1801 | 4.8269 | 12.0903 | 12.8542 |
| Kibria | 0.0463 | 0.0936 | 0.1993 | 0.8223 | 0.6009 | 0.9343 | 0.7170 | 4.4516 | 1.8110 | 1.4112 | 2.0220 | 3.3874 |
| SCK | 0.0942 | 0.1970 | 0.5762 | 8.8841 | 1.4030 | 1.9414 | 5.3755 | 112.9059 | 7.2750 | 6.6753 | 29.2370 | 144.6219 |
| LC | 0.0193 | 0.0396 | 0.0366 | 0.2212 | 0.4217 | 0.5408 | 0.1236 | 0.0499 | 0.8019 | 0.3087 | 0.1936 | 0.1160 |
| TK | 0.0185 | 0.0698 | 0.0026 | 0.0052 | 0.9054 | 1.9378 | 0.0543 | 0.0588 | 1.4008 | 2.3105 | 0.4360 | 0.1487 |
| AA1 | 0.0562 | 0.0689 | 0.0107 | 0.0009 | 1.4488 | 1.2360 | 0.1896 | 0.0402 | 8.2296 | 5.6932 | 0.8493 | 0.1261 |
| AA2 | 0.0066 | 0.0040 | 0.0013 | 0.0007 | 0.1734 | 0.0744 | 0.0337 | 0.0322 | 2.5229 | 0.3266 | 0.0916 | 0.1138 |
| AA3 | 0.0023 | 0.0023 | 0.0013 | 0.0007 | 0.0399 | 0.0418 | 0.0333 | 0.0322 | 1.2862 | 0.1847 | 0.0895 | 0.1138 |
| IRE1 | 0.0020 | 0.0022 | 0.0013 | 0.0007 | 0.0304 | 0.0402 | 0.0332 | 0.0322 | 0.3433 | 0.1775 | 0.0893 | 0.1138 |
|
OLS: Ordinary Least Square; HK: Hoerl and Kennard; HKB: Hoerl, Kennard and Baldwin; SCK: Suhail, Chand and Kibria; LC Lipovetsky and Conklin; TK: Toker and Kaciranlar; AA1: Akhtar and Alharti 1; AA2: Akhtar and Alharti 2; AA3: Akhtar and Alharti 3; IRE1: Improved Ridge Estimator 1; IRE2: Improved Ridge Estimator 2; IRE3: Improved Ridge Estimator 3 |
||||||||||||
| IRE2 | 0.1031 | 0.2342 | 0.8356 | 14.1077 | 2.4469 | 3.6631 | 16.9063 | 214.4898 | 11.9770 | 12.7234 | 76.7755 | 401.2478 |
| IRE3 | 0.0024 | 0.0023 | 0.0013 | 0.0007 | 0.0438 | 0.0422 | 0.0332 | 0.0322 | 0.7849 | 0.1830 | 0.0894 | 0.1138 |
| n=15, p=5 | ||||||||||||
| σ=1 | σ=5 | σ=10 | ||||||||||
| Estimators | 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 |
| OLS | 11.3538 | 22.6869 | 112.1421 | 1169.4553 | 283.2538 | 593.0612 | 2849.6267 | 29107.0617 | 1113.6587 | 2295.9216 | 11488.6662 | 117559.9821 |
| HK | 3.8532 | 7.1489 | 34.0116 | 366.4452 | 87.0034 | 182.8434 | 902.9877 | 9215.2186 | 340.5168 | 698.4021 | 3568.5607 | 35566.4117 |
| HKB | 2.5887 | 4.9000 | 23.5285 | 255.8959 | 59.6265 | 133.2919 | 613.5175 | 6251.7488 | 242.6140 | 499.5839 | 2504.9072 | 26292.0011 |
| Kibria | 0.8516 | 1.4576 | 5.1057 | 33.0597 | 10.5934 | 18.8485 | 63.8380 | 365.1075 | 34.1904 | 56.9630 | 191.2265 | 1016.8827 |
| SCK | 6.8463 | 13.2585 | 65.2164 | 685.4817 | 163.9942 | 347.5627 | 1652.5973 | 16840.6083 | 642.8269 | 1330.6518 | 6681.7187 | 68564.6901 |
| LC | 0.1869 | 0.2746 | 0.3294 | 0.0958 | 1.5475 | 1.0411 | 0.6993 | 0.3799 | 6.9219 | 7.2285 | 4.6923 | 12.1424 |
| TK | 0.8209 | 0.6055 | 0.2670 | 0.0879 | 15.6596 | 17.2162 | 19.3837 | 5.3833 | 56.0714 | 60.7419 | 56.2260 | 59.0228 |
| AA1 | 0.0275 | 0.0189 | 0.0147 | 0.0141 | 2.4297 | 1.4507 | 0.7811 | 0.3728 | 17.7095 | 15.4972 | 7.2681 | 14.3923 |
| AA2 | 0.0167 | 0.0157 | 0.0145 | 0.0141 | 0.9318 | 0.6226 | 0.5832 | 0.3651 | 5.8540 | 6.5395 | 4.5276 | 12.1265 |
| AA3 | 0.0166 | 0.0156 | 0.0145 | 0.0141 | 0.9048 | 0.6130 | 0.5818 | 0.3650 | 5.6559 | 6.4202 | 4.5129 | 12.1217 |
| IRE1 | 0.0166 | 0.0156 | 0.0145 | 0.0141 | 0.9025 | 0.6124 | 0.5818 | 0.3650 | 5.6391 | 6.4130 | 4.5126 | 12.1217 |
| IRE2 | 11.3538 | 22.6869 | 112.1421 | 1169.4553 | 283.2538 | 593.0612 | 2849.6267 | 29107.0617 | 1113.6587 | 2295.9216 | 11488.6662 | 117559.9821 |
| IRE3 | 0.0166 | 0.0156 | 0.0145 | 0.0141 | 0.9025 | 0.6124 | 0.5818 | 0.3650 | 5.6391 | 6.4130 | 4.5126 | 12.1217 |
OLS: Ordinary Least Square; HK: Hoerl and Kennard; HKB: Hoerl, Kennard and Baldwin; SCK: Suhail, Chand and Kibria; LC Lipovetsky and Conklin; TK: Toker and Kaciranlar; AA1: Akhtar and Alharti 1; AA2: Akhtar and Alharti 2; AA3: Akhtar and Alharti 3; IRE1: Improved Ridge Estimator 1; IRE2: Improved Ridge Estimator 2; IRE3: Improved Ridge Estimator 3
| n=30, p=5 | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| σ=1 | σ=5 | σ=10 | ||||||||||
| Estimators | 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 |
| OLS | 2.1195 | 4.3550 | 21.9476 | 225.6068 | 53.6753 | 110.5699 | 551.5626 | 5691.1601 | 207.9936 | 432.8796 | 2232.2106 | 22881.0630 |
| HK | 0.9997 | 1.6935 | 7.2546 | 74.4959 | 18.1832 | 37.8102 | 184.7826 | 1858.8449 | 68.4145 | 143.5412 | 723.8718 | 7487.2704 |
| HKB | 0.6246 | 1.0755 | 4.8394 | 48.4539 | 12.2063 | 24.9321 | 120.1404 | 1221.5162 | 45.6173 | 93.3390 | 473.0210 | 4972.6550 |
| Kibria | 0.2882 | 0.4734 | 1.6332 | 10.3570 | 3.5304 | 6.0565 | 19.4921 | 108.4787 | 10.2270 | 17.3825 | 56.2308 | 309.0135 |
| SCK | 1.4800 | 2.8684 | 13.5560 | 137.4541 | 33.6300 | 68.5480 | 336.5286 | 3455.0311 | 128.4786 | 266.5976 | 1349.4097 | 13937.7781 |
| LC | 0.0555 | 0.0911 | 0.2439 | 0.1330 | 0.7475 | 0.6169 | 0.3124 | 0.1878 | 3.3467 | 2.7325 | 2.7632 | 1.0511 |
| TK | 0.6075 | 0.5234 | 0.3002 | 0.3297 | 7.0325 | 7.8778 | 6.7753 | 3.0521 | 24.9034 | 26.4811 | 30.6510 | 37.8894 |
| AA1 | 0.0591 | 0.0259 | 0.0082 | 0.0070 | 2.5789 | 1.2247 | 0.3510 | 0.1701 | 21.4514 | 14.1589 | 6.5170 | 2.1273 |
| AA2 | 0.0093 | 0.0077 | 0.0071 | 0.0070 | 0.2907 | 0.2447 | 0.1819 | 0.1697 | 3.0135 | 2.4241 | 2.6626 | 1.0374 |
| AA3 | 0.0087 | 0.0076 | 0.0071 | 0.0070 | 0.2597 | 0.2357 | 0.1814 | 0.1697 | 2.4851 | 2.1908 | 2.6196 | 1.0345 |
| IRE1 | 0.0087 | 0.0076 | 0.0071 | 0.0070 | 0.2565 | 0.2350 | 0.1814 | 0.1697 | 2.4048 | 2.1657 | 2.6177 | 1.0345 |
| IRE2 | 2.1195 | 4.3550 | 21.9476 | 225.6068 | 53.6753 | 110.5699 | 551.5626 | 5691.1601 | 207.9936 | 432.8796 | 2232.2106 | 22881.0630 |
| IRE3 | 0.0087 | 0.0076 | 0.0071 | 0.0070 | 0.2565 | 0.2350 | 0.1814 | 0.1697 | 2.4049 | 2.1657 | 2.6177 | 1.0345 |
| n=50, p=5 | ||||||||||||
| OLS | 0.7496 | 1.5715 | 7.8499 | 79.4890 | 18.3793 | 38.3406 | 201.4555 | 1976.3513 | 75.2272 | 154.7361 | 798.0280 | 8088.0969 |
| HK | 0.3212 | 0.8334 | 2.9747 | 27.9002 | 6.3714 | 13.4939 | 70.8810 | 689.6051 | 27.0928 | 55.0092 | 276.0717 | 2831.7092 |
| HKB | 0.3045 | 0.4678 | 1.8218 | 17.5376 | 4.3585 | 8.6113 | 45.3956 | 421.5311 | 17.0153 | 34.0178 | 178.1750 | 1739.9826 |
| Kibria | 0.1569 | 0.2570 | 0.9262 | 5.5344 | 1.9273 | 3.2969 | 10.9582 | 60.7945 | 5.5926 | 9.2163 | 28.5859 | 154.8541 |
| SCK | 0.6003 | 1.1683 | 5.2121 | 50.7536 | 12.0184 | 24.8645 | 129.9321 | 1256.2107 | 49.0404 | 99.6689 | 509.5552 | 5145.6843 |
| LC | 0.0294 | 0.0469 | 0.1812 | 0.1745 | 0.5233 | 0.4752 | 0.2673 | 0.1214 | 2.1494 | 1.3996 | 0.8845 | 0.4310 |
| TK | 0.8356 | 0.2192 | 0.3295 | 0.0304 | 3.8778 | 3.8394 | 3.8794 | 3.6011 | 16.3093 | 17.2622 | 17.4759 | 8.9081 |
| AA1 | 0.1020 | 0.0503 | 0.0074 | 0.0042 | 3.4464 | 1.7151 | 0.2255 | 0.1007 | 23.3196 | 16.8967 | 5.1392 | 0.7636 |
| AA2 | 0.0069 | 0.0048 | 0.0043 | 0.0042 | 0.1874 | 0.1286 | 0.1179 | 0.0996 | 2.5630 | 1.2969 | 0.7982 | 0.4150 |
| AA3 | 0.0053 | 0.0045 | 0.0043 | 0.0042 | 0.1357 | 0.1177 | 0.1171 | 0.0996 | 1.5979 | 0.9686 | 0.7573 | 0.4147 |
| IRE1 | 0.0052 | 0.0045 | 0.0043 | 0.0042 | 0.1328 | 0.1170 | 0.1170 | 0.0996 | 1.3882 | 0.9208 | 0.7546 | 0.4147 |
| IRE2 | 0.7496 | 1.5715 | 7.8499 | 79.4890 | 18.3793 | 38.3406 | 201.4555 | 1976.3513 | 75.2272 | 154.7361 | 798.0280 | 8088.0969 |
| IRE3 | 0.0052 | 0.0045 | 0.0043 | 0.0042 | 0.1328 | 0.1170 | 0.1170 | 0.0996 | 1.3888 | 0.9209 | 0.7546 | 0.4147 |
OLS: Ordinary Least Square; HK: Hoerl and Kennard; HKB: Hoerl, Kennard and Baldwin; SCK: Suhail, Chand and Kibria; LC Lipovetsky and Conklin; TK: Toker and Kaciranlar; AA1: Akhtar and Alharti 1; AA2: Akhtar and Alharti 2; AA3: Akhtar and Alharti 3; IRE1: Improved Ridge Estimator 1; IRE2: Improved Ridge Estimator 2; IRE3: Improved Ridge Estimator 3
| n=100, p=5 | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| σ=1 | σ=5 | σ=10 | ||||||||||
| Estimators | 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 |
| OLS | 0.3224 | 0.7535 | 6.7823 | 19.7322 | 16.8650 | 18.4868 | 237.0080 | 1158.8281 | 35.5083 | 77.0925 | 419.4585 | 2848.9014 |
| HK | 0.2527 | 0.2213 | 3.9936 | 2.1741 | 8.0070 | 3.9653 | 43.7544 | 640.3328 | 18.0274 | 39.4673 | 125.7549 | 1030.4652 |
| HKB | 0.1352 | 0.2773 | 2.3770 | 2.7152 | 2.8757 | 2.4065 | 97.1828 | 346.7546 | 5.4173 | 25.2938 | 35.9055 | 112.9523 |
| Kibria | 0.0625 | 0.1081 | 0.5330 | 1.4171 | 0.6129 | 1.1330 | 16.6202 | 45.3513 | 0.6948 | 10.9157 | 17.6353 | 56.1540 |
| SCK | 0.2667 | 0.5581 | 4.9031 | 9.6972 | 10.3912 | 11.3799 | 180.5507 | 769.8840 | 21.8665 | 53.7094 | 250.7806 | 1787.4711 |
| LC | 0.0054 | 0.0085 | 0.0203 | 0.1477 | 0.1798 | 0.0724 | 0.2514 | 0.0627 | 0.1582 | 1.5708 | 0.2269 | 0.3413 |
| TK | 0.0149 | 0.0111 | 0.0074 | 0.0023 | 0.4733 | 0.1369 | 0.1444 | 0.0987 | 4.4649 | 18.1496 | 1.1515 | 0.5683 |
| AA1 | 0.0744 | 0.0401 | 0.0089 | 0.0022 | 2.0786 | 1.1049 | 0.2212 | 0.0485 | 8.5301 | 13.1148 | 0.6938 | 0.3058 |
| AA2 | 0.0052 | 0.0017 | 0.0034 | 0.0022 | 0.1219 | 0.0485 | 0.0543 | 0.0471 | 0.1971 | 0.3501 | 0.1021 | 0.2994 |
| AA3 | 0.0038 | 0.0015 | 0.0034 | 0.0022 | 0.0990 | 0.0426 | 0.0540 | 0.0471 | 0.1012 | 0.2935 | 0.1011 | 0.2994 |
| IRE1 | 0.0038 | 0.0015 | 0.0034 | 0.0022 | 0.0985 | 0.0425 | 0.0540 | 0.0471 | 0.0985 | 0.2922 | 0.1011 | 0.2994 |
| IRE2 | 0.3224 | 0.7535 | 6.7823 | 19.7322 | 16.8650 | 18.4868 | 237.0080 | 1158.8281 | 35.5083 | 77.0925 | 419.4585 | 2848.9014 |
| IRE3 | 0.0038 | 0.0015 | 0.0034 | 0.0022 | 0.0985 | 0.0425 | 0.0540 | 0.0471 | 0.0986 | 0.2922 | 0.1011 | 0.2994 |
| n=200, p=5 | ||||||||||||
| OLS | 0.1567 | 0.3218 | 1.0597 | 15.5164 | 6.1285 | 7.4504 | 24.5150 | 660.7604 | 10.8648 | 43.6565 | 390.7991 | 2843.4677 |
| HK | 0.1360 | 0.1287 | 0.4389 | 5.0320 | 2.7662 | 1.7405 | 7.2475 | 256.5817 | 0.6527 | 3.6198 | 237.9911 | 1240.8415 |
| HKB | 0.1010 | 0.1935 | 0.1056 | 1.3537 | 2.6972 | 1.4536 | 4.3727 | 208.8996 | 0.8810 | 13.1506 | 176.7110 | 1140.0009 |
| Kibria | 0.0259 | 0.0849 | 0.1143 | 2.0164 | 1.4159 | 0.3727 | 0.7003 | 10.8211 | 0.4576 | 1.9564 | 14.3109 | 33.4237 |
| SCK | 0.1389 | 0.2702 | 0.6898 | 9.6677 | 4.5564 | 3.7548 | 10.0816 | 417.6333 | 4.5437 | 26.8118 | 281.9345 | 1890.9238 |
| LC | 0.0030 | 0.0082 | 0.0120 | 0.4195 | 0.5586 | 0.0648 | 0.1104 | 0.0116 | 0.1065 | 0.4859 | 0.1978 | 0.0681 |
| TK | 0.0186 | 1.1299 | 0.0044 | 0.0005 | 0.6965 | 0.0219 | 0.0312 | 0.0058 | 0.1711 | 0.3110 | 5.4140 | 1.3046 |
| AA1 | 0.0613 | 0.0611 | 0.0069 | 0.0005 | 3.2485 | 1.0410 | 0.1206 | 0.0084 | 4.3476 | 7.8401 | 1.0311 | 0.0761 |
| AA2 | 0.0044 | 0.0016 | 0.0006 | 0.0004 | 0.1542 | 0.0184 | 0.0192 | 0.0055 | 0.1939 | 0.2782 | 0.0871 | 0.0650 |
| AA3 | 0.0025 | 0.0010 | 0.0006 | 0.0004 | 0.0178 | 0.0099 | 0.0191 | 0.0055 | 0.0466 | 0.2360 | 0.0859 | 0.0649 |
| IRE1 | 0.0024 | 0.0010 | 0.0006 | 0.0004 | 0.0148 | 0.0097 | 0.0191 | 0.0055 | 0.0434 | 0.2357 | 0.0858 | 0.0649 |
| IRE2 | 0.1567 | 0.3218 | 1.0597 | 15.5164 | 6.1285 | 7.4504 | 24.5150 | 660.7604 | 10.8648 | 43.6565 | 390.7991 | 2843.4677 |
| IRE3 | 0.0024 | 0.0010 | 0.0006 | 0.0004 | 0.0148 | 0.0097 | 0.0191 | 0.0055 | 0.0434 | 0.2357 | 0.0858 | 0.0649 |
OLS: Ordinary Least Square; HK: Hoerl and Kennard; HKB: Hoerl, Kennard and Baldwin; SCK: Suhail, Chand and Kibria; LC Lipovetsky and Conklin; TK: Toker and Kaciranlar; AA1: Akhtar and Alharti 1; AA2: Akhtar and Alharti 2; AA3: Akhtar and Alharti 3; IRE1: Improved Ridge Estimator 1; IRE2: Improved Ridge Estimator 2; IRE3: Improved Ridge Estimator 3
| n=15, p=7 | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| σ=1 | σ=5 | σ=10 | ||||||||||
| Estimators | 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 |
| OLS | 5.2249 | 11.1674 | 59.6466 | 636.6470 | 132.8559 | 286.5158 | 1503.6853 | 15553.4504 | 529.0141 | 1132.1259 | 6087.4569 | 62538.5184 |
| HK | 2.3710 | 4.6111 | 23.8608 | 253.9328 | 53.2728 | 113.1442 | 592.6397 | 6089.7539 | 213.0876 | 444.0902 | 2415.9869 | 24496.3986 |
| HKB | 1.2889 | 2.5594 | 12.5798 | 139.8278 | 29.3235 | 63.1732 | 323.1092 | 3146.1637 | 113.9888 | 240.8146 | 1306.7943 | 13381.1369 |
| Kibria | 0.5270 | 0.9653 | 4.0882 | 29.6929 | 8.2672 | 15.1911 | 59.9174 | 408.9577 | 26.9303 | 47.9820 | 194.8153 | 1302.3572 |
| SCK | 3.7886 | 7.8548 | 40.8821 | 435.2496 | 92.0726 | 198.1174 | 1025.2046 | 10581.7389 | 364.0606 | 780.7918 | 4165.4075 | 42649.1395 |
| LC | 0.0616 | 0.1074 | 0.3327 | 0.2297 | 1.5522 | 1.1498 | 0.5918 | 0.2965 | 8.4874 | 6.4207 | 4.5636 | 2.2198 |
| TK | 0.9791 | 0.7532 | 0.2964 | 0.3006 | 19.7034 | 22.1779 | 22.7562 | 27.9669 | 86.1942 | 92.6912 | 90.6558 | 113.3869 |
| AA1 | 0.0703 | 0.0298 | 0.0114 | 0.0103 | 4.6347 | 2.0846 | 0.6150 | 0.2793 | 34.5400 | 22.8440 | 9.8889 | 3.0340 |
| AA2 | 0.0150 | 0.0122 | 0.0104 | 0.0103 | 0.8088 | 0.4923 | 0.3111 | 0.2558 | 7.1255 | 5.4134 | 4.2212 | 2.1775 |
| AA3 | 0.0142 | 0.0121 | 0.0104 | 0.0103 | 0.7240 | 0.4708 | 0.3097 | 0.2558 | 6.3381 | 5.1078 | 4.1742 | 2.1757 |
| IRE1 | 0.0142 | 0.0121 | 0.0104 | 0.0103 | 0.7143 | 0.4691 | 0.3096 | 0.2558 | 6.2436 | 5.0803 | 4.1724 | 2.1757 |
| IRE2 | 5.2249 | 11.1674 | 59.6466 | 636.6470 | 132.8559 | 286.5158 | 1503.6853 | 15553.4504 | 529.0141 | 1132.1259 | 6087.4569 | 62538.5184 |
| IRE3 | 0.0142 | 0.0121 | 0.0104 | 0.0103 | 0.7143 | 0.4691 | 0.3096 | 0.2558 | 6.2436 | 5.0803 | 4.1724 | 2.1757 |
| n=30, p=7 | ||||||||||||
| σ=1 | σ=5 | σ=10 | ||||||||||
| Estimators | 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 |
| OLS | 2.1995 | 4.3773 | 22.0841 | 227.2513 | 54.4448 | 112.0221 | 555.7829 | 5641.6666 | 218.1438 | 442.2012 | 2183.2725 | 21992.3047 |
| HK | 1.2043 | 2.0279 | 8.7875 | 88.9460 | 21.8855 | 44.7902 | 221.0706 | 2231.2759 | 88.0471 | 176.9955 | 852.8400 | 8520.9016 |
| HKB | 0.5976 | 1.0456 | 4.6362 | 47.7045 | 11.2673 | 23.6521 | 113.4361 | 1161.3668 | 45.6484 | 89.3289 | 448.1466 | 4476.6939 |
| Kibria | 0.2693 | 0.4546 | 1.7473 | 12.7067 | 4.0599 | 6.9674 | 25.0895 | 168.8107 | 12.4977 | 21.1850 | 75.0195 | 476.9518 |
| SCK | 1.7031 | 3.2449 | 15.4710 | 158.3190 | 38.5203 | 78.6726 | 384.2907 | 3894.6965 | 153.8275 | 309.1549 | 1507.3064 | 15076.9023 |
| LC | 0.0293 | 0.0459 | 0.1571 | 0.1782 | 0.5974 | 0.5298 | 0.3260 | 0.1491 | 3.1603 | 2.9190 | 2.2251 | 1.0983 |
| TK | 0.4128 | 0.4230 | 0.3917 | 0.0707 | 7.8402 | 7.6775 | 8.5591 | 6.3644 | 41.2593 | 43.9362 | 38.1432 | 19.4907 |
| AA1 | 0.0918 | 0.0367 | 0.0069 | 0.0050 | 3.7931 | 1.4017 | 0.2559 | 0.1240 | 32.4473 | 20.6831 | 8.7411 | 1.9399 |
| AA2 | 0.0075 | 0.0059 | 0.0051 | 0.0050 | 0.2201 | 0.1652 | 0.1630 | 0.1233 | 3.3170 | 2.7844 | 2.1308 | 1.0820 |
| AA3 | 0.0066 | 0.0057 | 0.0050 | 0.0050 | 0.1791 | 0.1559 | 0.1616 | 0.1233 | 2.4575 | 2.4737 | 2.0626 | 1.0778 |
| IRE1 | 0.0065 | 0.0057 | 0.0050 | 0.0050 | 0.1760 | 0.1552 | 0.1616 | 0.1233 | 2.3253 | 2.4393 | 2.0594 | 1.0777 |
| IRE2 | 2.1995 | 4.3773 | 22.0841 | 227.2513 | 54.4448 | 112.0221 | 555.7829 | 5641.6666 | 218.1438 | 442.2012 | 2183.2725 | 21992.3047 |
| IRE3 | 0.0065 | 0.0057 | 0.0050 | 0.0050 | 0.1760 | 0.1552 | 0.1616 | 0.1233 | 2.3253 | 2.4393 | 2.0594 | 1.0777 |
OLS: Ordinary Least Square; HK: Hoerl and Kennard; HKB: Hoerl, Kennard and Baldwin; SCK: Suhail, Chand and Kibria; LC Lipovetsky and Conklin; TK: Toker and Kaciranlar; AA1: Akhtar and Alharti 1; AA2: Akhtar and Alharti 2; AA3: Akhtar and Alharti 3; IRE1: Improved Ridge Estimator 1; IRE2: Improved Ridge Estimator 2; IRE3: Improved Ridge Estimator 3
| n=50, p=7 | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| σ=1 | σ=5 | σ=10 | ||||||||||
| Estimators | 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 |
| OLS | 1.4056 | 2.7871 | 13.9526 | 142.9527 | 35.1935 | 70.6534 | 351.4725 | 3464.9224 | 139.6899 | 274.9796 | 1398.3198 | 13849.3217 |
| HK | 0.8246 | 1.3110 | 5.2173 | 51.9578 | 13.3993 | 25.7907 | 124.7004 | 1289.6550 | 53.0095 | 102.5260 | 508.8262 | 5128.8689 |
| HKB | 0.4236 | 0.6642 | 2.8193 | 28.5852 | 7.3414 | 13.8167 | 69.1580 | 660.8569 | 27.7555 | 53.8007 | 271.6709 | 2615.7902 |
| Kibria | 0.1711 | 0.2798 | 1.0995 | 7.3991 | 2.4959 | 4.2236 | 15.7586 | 103.8316 | 7.8781 | 12.5900 | 47.1628 | 291.9675 |
| SCK | 1.0817 | 2.0067 | 9.3817 | 94.5973 | 23.8717 | 47.1198 | 231.9837 | 2273.3761 | 93.7316 | 182.4389 | 920.6758 | 9112.1938 |
| LC | 0.0168 | 0.0278 | 0.1094 | 0.1919 | 0.3717 | 0.3671 | 0.2438 | 0.1045 | 1.5951 | 1.3251 | 1.0883 | 1.5618 |
| TK | 0.2243 | 0.1828 | 0.2939 | 0.0124 | 4.0000 | 3.6880 | 3.0503 | 2.5383 | 23.4194 | 25.2644 | 23.7080 | 31.2898 |
| AA1 | 0.0856 | 0.0360 | 0.0051 | 0.0029 | 2.8335 | 1.1091 | 0.1272 | 0.0764 | 21.4891 | 13.0808 | 5.1404 | 2.8928 |
| AA2 | 0.0045 | 0.0034 | 0.0030 | 0.0029 | 0.1115 | 0.0940 | 0.0749 | 0.0756 | 1.4012 | 1.1752 | 0.9994 | 1.5497 |
| AA3 | 0.0038 | 0.0033 | 0.0030 | 0.0029 | 0.0946 | 0.0893 | 0.0748 | 0.0756 | 1.0111 | 0.9806 | 0.9500 | 1.5439 |
| IRE1 | 0.0038 | 0.0033 | 0.0030 | 0.0029 | 0.0942 | 0.0891 | 0.0748 | 0.0756 | 0.9661 | 0.9623 | 0.9481 | 1.5438 |
| IRE2 | 1.4056 | 2.7871 | 13.9526 | 142.9527 | 35.1935 | 70.6534 | 351.4725 | 3464.9224 | 139.6899 | 274.9796 | 1398.3198 | 13849.3217 |
| IRE3 | 0.0038 | 0.0033 | 0.0030 | 0.0029 | 0.0942 | 0.0891 | 0.0748 | 0.0756 | 0.9661 | 0.9623 | 0.9481 | 1.5438 |
| n=100, p=7 | ||||||||||||
| OLS | 0.6592 | 0.9282 | 3.0438 | 45.1286 | 10.5102 | 31.1453 | 108.0148 | 1224.2486 | 53.6207 | 85.6053 | 532.3769 | 4207.1611 |
| HK | 0.4761 | 0.5962 | 0.7340 | 12.0686 | 5.2794 | 17.0719 | 50.0917 | 357.4809 | 21.6158 | 29.5081 | 303.9617 | 2507.2848 |
| HKB | 0.4172 | 0.1686 | 0.1611 | 9.5093 | 2.6568 | 9.6244 | 1.5719 | 195.1082 | 9.5945 | 25.0628 | 150.9267 | 124.8479 |
| Kibria | 0.0846 | 0.1346 | 0.3025 | 2.6508 | 0.8842 | 2.7899 | 3.3224 | 70.3825 | 7.0954 | 5.8710 | 39.4289 | 272.0432 |
| SCK | 0.5426 | 0.7746 | 1.7537 | 27.6476 | 6.9966 | 22.1545 | 67.3674 | 809.2328 | 39.1621 | 55.9694 | 372.6305 | 3031.0968 |
| LC | 0.0047 | 0.0021 | 0.0143 | 0.2928 | 0.0799 | 0.4050 | 0.1164 | 0.0566 | 0.5204 | 0.4847 | 0.2150 | 0.1562 |
| TK | 0.0317 | 0.3194 | 0.0046 | 0.0031 | 0.6663 | 0.3068 | 0.0606 | 0.0321 | 8.1392 | 1.0891 | 1.3609 | 0.1847 |
| AA1 | 0.0921 | 0.0604 | 0.0071 | 0.0031 | 2.3357 | 1.6955 | 0.1618 | 0.0304 | 21.7574 | 7.5593 | 0.8537 | 0.1345 |
| AA2 | 0.0045 | 0.0016 | 0.0037 | 0.0030 | 0.0557 | 0.0540 | 0.0471 | 0.0288 | 1.3897 | 0.4197 | 0.0277 | 0.1261 |
| AA3 | 0.0034 | 0.0013 | 0.0036 | 0.0030 | 0.0250 | 0.0475 | 0.0469 | 0.0288 | 0.3036 | 0.3977 | 0.0267 | 0.1261 |
| IRE1 | 0.0034 | 0.0013 | 0.0036 | 0.0030 | 0.0246 | 0.0474 | 0.0469 | 0.0288 | 0.2474 | 0.3976 | 0.0266 | 0.1261 |
| IRE2 | 0.6592 | 0.9282 | 3.0438 | 45.1286 | 10.5102 | 31.1453 | 108.0148 | 1224.2486 | 53.6207 | 85.6053 | 532.3769 | 4207.1611 |
| IRE3 | 0.0034 | 0.0013 | 0.0036 | 0.0030 | 0.0246 | 0.0474 | 0.0469 | 0.0288 | 0.2474 | 0.3976 | 0.0266 | 0.1261 |
OLS: Ordinary Least Square; HK: Hoerl and Kennard; HKB: Hoerl, Kennard and Baldwin; SCK: Suhail, Chand and Kibria; LC Lipovetsky and Conklin; TK: Toker and Kaciranlar; AA1: Akhtar and Alharti 1; AA2: Akhtar and Alharti 2; AA3: Akhtar and Alharti 3; IRE1: Improved Ridge Estimator 1; IRE2: Improved Ridge Estimator 2; IRE3: Improved Ridge Estimator 3
| n=200, p=7 | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| σ=1 | σ=5 | σ=10 | ||||||||||
| Estimators | 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 |
| OLS | 0.3367 | 0.8869 | 2.3370 | 38.5138 | 7.6384 | 12.2403 | 94.5784 | 778.2317 | 25.8389 | 83.2933 | 566.8126 | 2605.6601 |
| HK | 0.2726 | 0.5840 | 1.1228 | 6.5118 | 4.0282 | 5.4795 | 37.6610 | 232.0951 | 8.5300 | 21.5491 | 337.4837 | 408.1398 |
| HKB | 0.0953 | 0.3610 | 0.2183 | 8.4852 | 1.6511 | 3.6570 | 19.2900 | 99.0070 | 7.3544 | 22.9155 | 85.6065 | 275.4404 |
| Kibria | 0.0669 | 0.0595 | 0.1370 | 1.9836 | 0.7506 | 0.8912 | 2.5784 | 13.4294 | 2.4899 | 5.0445 | 22.9685 | 65.1064 |
| SCK | 0.2920 | 0.6964 | 1.5083 | 22.4622 | 5.3928 | 7.7110 | 52.4177 | 431.6335 | 17.7346 | 52.8549 | 390.7531 | 1414.0941 |
| LC | 0.0039 | 0.0026 | 0.0020 | 0.2096 | 0.1120 | 0.1030 | 0.1935 | 0.0665 | 0.4267 | 0.4290 | 0.2858 | 0.1549 |
| TK | 0.0098 | 0.0054 | 0.0003 | 0.0007 | 0.3318 | 0.0782 | 0.0217 | 0.0202 | 11.2926 | 4.1166 | 1.0246 | 0.1198 |
| AA1 | 0.0813 | 0.0540 | 0.0046 | 0.0008 | 2.2988 | 1.3078 | 0.0958 | 0.0207 | 10.2789 | 8.0697 | 1.1060 | 0.1199 |
| AA2 | 0.0025 | 0.0024 | 0.0002 | 0.0007 | 0.0803 | 0.0228 | 0.0193 | 0.0189 | 0.1650 | 0.1608 | 0.2013 | 0.1142 |
| AA3 | 0.0015 | 0.0022 | 0.0002 | 0.0007 | 0.0535 | 0.0187 | 0.0192 | 0.0189 | 0.0573 | 0.1452 | 0.2010 | 0.1142 |
| IRE1 | 0.0015 | 0.0022 | 0.0002 | 0.0007 | 0.0531 | 0.0186 | 0.0192 | 0.0189 | 0.0560 | 0.1450 | 0.2010 | 0.1142 |
| IRE2 | 0.3367 | 0.8869 | 2.3370 | 38.5138 | 7.6384 | 12.2403 | 94.5784 | 778.2317 | 25.8389 | 83.2933 | 566.8126 | 2605.6601 |
| IRE3 | 0.0015 | 0.0022 | 0.0002 | 0.0007 | 0.0531 | 0.0186 | 0.0192 | 0.0189 | 0.0560 | 0.1450 | 0.2010 | 0.1142 |
| n=15, p=10 | ||||||||||||
| OLS | 25.44717 | 53.31554 | 182.9511 | 4783.515 | 1310.942 | 2915.183 | 7332.925 | 246405.3 | 2955.605 | 4917.204 | 76789.73 | 561065.4 |
| HK | 6.806412 | 10.3919 | 10.22629 | 1030.57 | 163.2619 | 1335.635 | 2862.116 | 26412.53 | 626.2276 | 736.2739 | 32728.71 | 203489.4 |
| HKB | 3.630303 | 8.762736 | 32.009 | 1732.822 | 709.0919 | 148.8637 | 922.2509 | 20566.66 | 231.9842 | 911.4061 | 5442.345 | 92926.04 |
| Kibria | 0.466256 | 1.519908 | 3.719875 | 56.48213 | 33.30844 | 68.89324 | 191.9097 | 643.2797 | 75.48747 | 126.3081 | 841.0483 | 2173.008 |
| SCK | 15.31271 | 32.58048 | 78.27835 | 3656.131 | 1132.341 | 1997.391 | 3553.999 | 124781.7 | 1061.915 | 2644.137 | 53245.82 | 367121.6 |
| LC | 0.020711 | 0.024434 | 0.350668 | 0.460222 | 2.463437 | 0.87643 | 0.440731 | 0.151691 | 4.369568 | 1.436163 | 1.576986 | 0.593704 |
| TK | 0.818552 | 1.520444 | 0.010063 | 0.002173 | 12.90437 | 56.66769 | 4.119383 | 0.198919 | 136.9862 | 121.979 | 97.81573 | 0.996768 |
| AA1 | 0.017491 | 0.020835 | 0.007403 | 0.002076 | 0.518598 | 0.365192 | 0.359202 | 0.118917 | 21.13269 | 6.748767 | 1.418154 | 0.588804 |
| AA2 | 0.007384 | 0.016859 | 0.007185 | 0.00207 | 0.122715 | 0.152835 | 0.353745 | 0.118805 | 1.647644 | 1.118197 | 1.393287 | 0.58857 |
| AA3 | 0.007332 | 0.016845 | 0.007185 | 0.00207 | 0.120839 | 0.152275 | 0.353736 | 0.118805 | 1.577115 | 1.107145 | 1.39324 | 0.58857 |
| IRE1 | 0.006598 | 0.01516 | 0.006466 | 0.001863 | 0.108726 | 0.13704 | 0.318362 | 0.106924 | 1.417854 | 0.99621 | 1.253916 | 0.529713 |
| IRE2 | 25.44717 | 53.31554 | 182.9511 | 4783.515 | 1310.942 | 2915.183 | 7332.925 | 246405.3 | 2955.605 | 4917.204 | 76789.73 | 561065.4 |
| IRE3 | 0.007331 | 0.016845 | 0.007185 | 0.00207 | 0.120807 | 0.152266 | 0.353736 | 0.118805 | 1.575393 | 1.1069 | 1.39324 | 0.58857 |
OLS: Ordinary Least Square; HK: Hoerl and Kennard; HKB: Hoerl, Kennard and Baldwin; SCK: Suhail, Chand and Kibria; LC Lipovetsky and Conklin; TK: Toker and Kaciranlar; AA1: Akhtar and Alharti 1; AA2: Akhtar and Alharti 2; AA3: Akhtar and Alharti 3; IRE1: Improved Ridge Estimator 1; IRE2: Improved Ridge Estimator 2; IRE3: Improved Ridge Estimator 3
| n=30, p=10 | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| σ=1 | σ=5 | σ=10 | ||||||||||
| Estimators | 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 |
| OLS | 3.4392 | 7.7380 | 25.6078 | 207.8371 | 72.7560 | 171.1242 | 781.0301 | 8620.5745 | 327.6092 | 606.8117 | 2240.0869 | 20776.5477 |
| HK | 1.8712 | 3.5771 | 12.7055 | 102.6311 | 36.2807 | 109.5323 | 313.4663 | 4885.5415 | 167.8408 | 310.2787 | 689.4700 | 4979.7631 |
| HKB | 1.0088 | 1.2102 | 3.8066 | 33.3218 | 14.0439 | 49.0367 | 200.9753 | 1291.8694 | 50.7305 | 135.9555 | 451.0253 | 2344.8398 |
| Kibria | 0.4440 | 0.1260 | 2.0775 | 7.3559 | 4.4418 | 17.6248 | 31.4086 | 276.0940 | 12.3615 | 12.3153 | 53.3535 | 496.9042 |
| SCK | 2.8258 | 5.6434 | 18.0232 | 136.5328 | 53.3407 | 138.7354 | 544.2505 | 6570.4134 | 252.4982 | 446.6527 | 1624.3050 | 14513.6410 |
| LC | 0.0078 | 0.0063 | 0.1989 | 0.0447 | 0.3248 | 2.0821 | 0.1271 | 0.1507 | 1.1500 | 0.8339 | 0.1232 | 0.4949 |
| TK | 1.9794 | 0.0220 | 0.0106 | 0.0024 | 12.7886 | 31.4989 | 79.5373 | 0.7934 | 111.1199 | 38.3828 | 11.4302 | 0.5855 |
| AA1 | 0.1217 | 0.0307 | 0.0039 | 0.0024 | 2.6599 | 1.2816 | 0.1230 | 0.1237 | 27.5699 | 6.1822 | 0.2684 | 0.4848 |
| AA2 | 0.0057 | 0.0057 | 0.0017 | 0.0023 | 0.2019 | 0.0721 | 0.0482 | 0.1228 | 1.1573 | 0.4381 | 0.1000 | 0.4807 |
| AA3 | 0.0048 | 0.0055 | 0.0017 | 0.0023 | 0.1863 | 0.0672 | 0.0481 | 0.1228 | 1.0133 | 0.4275 | 0.0997 | 0.4807 |
| IRE1 | 0.0024 | 0.0028 | 0.0008 | 0.0012 | 0.0931 | 0.0336 | 0.0240 | 0.0614 | 0.5050 | 0.2137 | 0.0498 | 0.2403 |
| IRE2 | 3.4392 | 7.7380 | 25.6078 | 207.8371 | 72.7560 | 171.1242 | 781.0301 | 8620.5745 | 327.6092 | 606.8117 | 2240.0869 | 20776.5477 |
| IRE3 | 0.0048 | 0.0055 | 0.0017 | 0.0023 | 0.1862 | 0.0672 | 0.0481 | 0.1228 | 1.0100 | 0.4273 | 0.0997 | 0.4807 |
| n=50, p=10 | ||||||||||||
| σ=1 | σ=5 | σ=10 | ||||||||||
| Estimators | 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 |
| OLS | 2.2717 | 4.4202 | 32.1390 | 190.1491 | 36.3725 | 90.7278 | 644.9215 | 6605.1638 | 358.1979 | 703.0812 | 3173.3442 | 25078.4428 |
| HK | 1.0101 | 1.5725 | 16.8038 | 102.0330 | 6.1191 | 35.2845 | 161.8683 | 2246.7253 | 238.4194 | 449.0092 | 942.4711 | 13718.4643 |
| HKB | 0.5910 | 0.5305 | 6.6961 | 43.6799 | 9.8458 | 13.2500 | 94.8214 | 1310.8588 | 54.9484 | 176.8407 | 428.5941 | 4346.8043 |
| Kibria | 0.1755 | 0.1707 | 1.2212 | 17.9516 | 1.5281 | 2.2600 | 30.1451 | 249.4965 | 12.4168 | 23.4949 | 83.0470 | 1086.7168 |
| SCK | 1.7076 | 3.0096 | 22.9127 | 137.1498 | 22.1306 | 61.1835 | 468.4370 | 4234.1922 | 275.4123 | 515.1505 | 2065.5275 | 18656.6396 |
| LC | 0.0058 | 0.0053 | 0.0027 | 0.2340 | 0.0776 | 0.1123 | 0.2383 | 0.0424 | 0.1568 | 0.5598 | 0.3180 | 0.1187 |
| TK | 0.8551 | 0.0046 | 0.0022 | 0.0028 | 0.1902 | 4.4163 | 0.0731 | 0.0322 | 20.1271 | 71.5895 | 6.6040 | 0.5536 |
| AA1 | 0.0881 | 0.0238 | 0.0027 | 0.0028 | 1.5428 | 0.4864 | 0.0792 | 0.0129 | 7.7102 | 47.1034 | 0.4761 | 0.1036 |
| AA2 | 0.0050 | 0.0023 | 0.0018 | 0.0028 | 0.0466 | 0.0608 | 0.0485 | 0.0124 | 0.0919 | 0.4682 | 0.3077 | 0.1017 |
| AA3 | 0.0046 | 0.0023 | 0.0018 | 0.0028 | 0.0423 | 0.0600 | 0.0484 | 0.0124 | 0.0690 | 0.4104 | 0.3074 | 0.1017 |
| IRE1 | 0.0015 | 0.0008 | 0.0006 | 0.0009 | 0.0141 | 0.0200 | 0.0161 | 0.0041 | 0.0229 | 0.1360 | 0.1025 | 0.0339 |
| IRE2 | 2.2717 | 4.4202 | 32.1390 | 190.1491 | 36.3725 | 90.7278 | 644.9215 | 6605.1638 | 358.1979 | 703.0812 | 3173.3442 | 25078.4428 |
| IRE3 | 0.0046 | 0.0023 | 0.0018 | 0.0028 | 0.0422 | 0.0600 | 0.0484 | 0.0124 | 0.0688 | 0.4081 | 0.3074 | 0.1017 |
OLS: Ordinary Least Square; HK: Hoerl and Kennard; HKB: Hoerl, Kennard and Baldwin; SCK: Suhail, Chand and Kibria; LC Lipovetsky and Conklin; TK: Toker and Kaciranlar; AA1: Akhtar and Alharti 1; AA2: Akhtar and Alharti 2; AA3: Akhtar and Alharti 3; IRE1: Improved Ridge Estimator 1; IRE2: Improved Ridge Estimator 2; IRE3: Improved Ridge Estimator 3
| n=100, p=10 | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| σ=1 | σ=5 | σ=10 | ||||||||||
| Estimators | 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 |
| OLS | 1.0784 | 1.5946 | 8.1159 | 146.9824 | 12.7928 | 43.1582 | 166.5927 | 2890.3158 | 52.1819 | 115.2367 | 865.3408 | 6255.5743 |
| HK | 0.7403 | 1.0341 | 3.8344 | 40.4806 | 4.1165 | 13.1991 | 45.9522 | 1159.6985 | 25.6987 | 56.1793 | 240.7676 | 2380.7380 |
| HKB | 0.1529 | 0.5602 | 1.4888 | 27.0043 | 2.9002 | 6.1803 | 5.8614 | 485.1888 | 9.2214 | 9.7111 | 216.8309 | 1139.1968 |
| Kibria | 0.0911 | 0.1974 | 0.4293 | 7.4646 | 1.3298 | 2.9658 | 4.9212 | 253.3805 | 2.3156 | 2.2639 | 17.3271 | 326.5544 |
| SCK | 0.8951 | 1.2296 | 5.6972 | 105.1757 | 8.6539 | 31.1520 | 103.6307 | 2206.4068 | 35.6536 | 71.3462 | 543.6599 | 4758.7946 |
| LC | 0.0049 | 0.0209 | 0.0043 | 0.1898 | 0.2691 | 0.1136 | 0.1046 | 0.1041 | 0.2527 | 0.2171 | 0.0881 | 0.1033 |
| TK | 0.0147 | 0.0022 | 0.0021 | 0.0018 | 0.9637 | 2.4344 | 0.0575 | 0.0477 | 25.3693 | 0.5887 | 0.0869 | 1.3160 |
| AA1 | 0.1025 | 0.0539 | 0.0042 | 0.0012 | 2.1744 | 1.5079 | 0.0791 | 0.0126 | 15.1732 | 4.2517 | 0.3433 | 0.0980 |
| AA2 | 0.0041 | 0.0015 | 0.0017 | 0.0012 | 0.0413 | 0.0249 | 0.0121 | 0.0112 | 0.1728 | 0.1885 | 0.0329 | 0.0932 |
| AA3 | 0.0035 | 0.0013 | 0.0017 | 0.0012 | 0.0299 | 0.0221 | 0.0120 | 0.0112 | 0.1295 | 0.1826 | 0.0326 | 0.0932 |
| IRE1 | 0.0012 | 0.0004 | 0.0006 | 0.0004 | 0.0099 | 0.0074 | 0.0040 | 0.0037 | 0.0430 | 0.0609 | 0.0109 | 0.0311 |
| IRE2 | 1.0784 | 1.5946 | 8.1159 | 146.9824 | 12.7928 | 43.1582 | 166.5927 | 2890.3158 | 52.1819 | 115.2367 | 865.3408 | 6255.5743 |
| IRE3 | 0.0035 | 0.0013 | 0.0017 | 0.0012 | 0.0298 | 0.0221 | 0.0120 | 0.0112 | 0.1290 | 0.1826 | 0.0326 | 0.0932 |
| n=200, p=10 | ||||||||||||
| OLS | 0.7236 | 2.0286 | 4.9508 | 44.7972 | 9.1609 | 24.5264 | 93.9650 | 1134.2189 | 45.1866 | 55.8439 | 269.2067 | 3780.0076 |
| HK | 0.5556 | 1.6578 | 1.9489 | 23.7241 | 4.8716 | 7.7362 | 31.0447 | 264.8005 | 18.1326 | 28.2826 | 98.1945 | 2002.6774 |
| HKB | 0.3115 | 0.8816 | 0.8788 | 7.9924 | 2.2306 | 2.6510 | 15.0177 | 334.7102 | 6.1796 | 9.4889 | 27.7557 | 306.5317 |
| Kibria | 0.0661 | 0.0749 | 0.1930 | 2.9749 | 0.8189 | 1.4922 | 5.1943 | 69.6150 | 1.1467 | 6.1723 | 17.6141 | 179.5302 |
| SCK | 0.6296 | 1.7512 | 3.1919 | 30.4032 | 6.8230 | 16.6323 | 59.5222 | 855.2812 | 28.0596 | 41.4643 | 189.1382 | 2805.0923 |
| LC | 0.0012 | 0.0004 | 0.0018 | 0.1298 | 0.0260 | 0.0506 | 0.2468 | 0.0709 | 0.0778 | 0.3084 | 0.1782 | 0.0392 |
| TK | 0.0315 | 0.0117 | 0.0082 | 0.0006 | 0.1022 | 0.2159 | 0.0841 | 0.0074 | 0.3247 | 18.1142 | 0.1937 | 0.0129 |
| AA1 | 0.1104 | 0.0666 | 0.0044 | 0.0007 | 2.9768 | 2.0766 | 0.1810 | 0.0092 | 8.6022 | 11.0350 | 0.7316 | 0.0148 |
| AA2 | 0.0016 | 0.0004 | 0.0001 | 0.0006 | 0.0380 | 0.0236 | 0.0427 | 0.0071 | 0.1189 | 0.1638 | 0.0396 | 0.0049 |
| AA3 | 0.0006 | 0.0003 | 0.0001 | 0.0006 | 0.0152 | 0.0197 | 0.0426 | 0.0071 | 0.0614 | 0.1534 | 0.0393 | 0.0049 |
| IRE1 | 0.0002 | 0.0001 | 0.0000 | 0.0002 | 0.0056 | 0.0074 | 0.0160 | 0.0027 | 0.0229 | 0.0575 | 0.0147 | 0.0018 |
| IRE2 | 0.7236 | 2.0286 | 4.9508 | 44.7972 | 9.1609 | 24.5264 | 93.9650 | 1134.2189 | 45.1866 | 55.8439 | 269.2067 | 3780.0076 |
| IRE3 | 0.0006 | 0.0003 | 0.0001 | 0.0006 | 0.0150 | 0.0196 | 0.0426 | 0.0071 | 0.0610 | 0.1533 | 0.0393 | 0.0049 |
OLS: Ordinary Least Square; HK: Hoerl and Kennard; HKB: Hoerl, Kennard and Baldwin; SCK: Suhail, Chand and Kibria; LC Lipovetsky and Conklin; TK: Toker and Kaciranlar; AA1: Akhtar and Alharti 1; AA2: Akhtar and Alharti 2; AA3: Akhtar and Alharti 3; IRE1: Improved Ridge Estimator 1; IRE2: Improved Ridge Estimator 2; IRE3: Improved Ridge Estimator 3
| n=15, p=15 | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| σ=1 | σ=5 | σ=10 | ||||||||||
| Estimators | 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 |
| OLS | 40.8785 | 135.1476 | 737.8886 | 4208.0609 | 1297.1421 | 3488.7096 | 9809.6067 | 154468.9409 | 2652.2252 | 14019.7383 | 40475.2449 | 435483.5540 |
| HK | 13.7443 | 67.8509 | 188.2540 | 1527.9706 | 469.0321 | 957.0881 | 2896.6760 | 94808.3434 | 702.9554 | 5070.5453 | 15092.8133 | 203795.7339 |
| HKB | 1.2896 | 18.0257 | 187.1721 | 370.4434 | 47.7500 | 574.6586 | 2186.0953 | 14299.8296 | 212.0881 | 478.5170 | 1499.5809 | 212715.4907 |
| Kibria | 1.0881 | 3.3158 | 9.4166 | 30.8294 | 22.2954 | 71.4666 | 263.9934 | 1419.7054 | 41.7808 | 204.8390 | 366.5951 | 15727.8285 |
| SCK | 23.5889 | 89.2716 | 528.5417 | 2250.9846 | 690.0871 | 1937.2724 | 7834.8587 | 104197.3341 | 1362.8061 | 7839.2990 | 23132.0871 | 300361.7175 |
| LC | 0.0139 | 0.3838 | 0.0246 | 0.0411 | 2.6744 | 9.4178 | 0.3093 | 0.1252 | 4.4902 | 2.1231 | 0.1302 | 8.0258 |
| TK | 3.8493 | 0.0728 | 0.0102 | 0.0090 | 7.8402 | 1.1004 | 1.4682 | 0.7554 | 207.4885 | 64.9822 | 4.5108 | 25.5983 |
| AA1 | 0.0183 | 0.0082 | 0.0096 | 0.0085 | 0.4249 | 0.2821 | 0.0911 | 0.1073 | 28.2771 | 1.0284 | 0.1374 | 0.2020 |
| AA2 | 0.0091 | 0.0040 | 0.0095 | 0.0085 | 0.2212 | 0.2001 | 0.0859 | 0.1072 | 4.1299 | 0.7176 | 0.1248 | 0.2017 |
| AA3 | 0.0091 | 0.0040 | 0.0095 | 0.0085 | 0.2204 | 0.1998 | 0.0859 | 0.1072 | 4.0156 | 0.7167 | 0.1248 | 0.2017 |
| IRE1 | 0.0017 | 0.0007 | 0.0018 | 0.0016 | 0.0412 | 0.0374 | 0.0161 | 0.0200 | 0.7503 | 0.1340 | 0.0233 | 0.0377 |
| IRE2 | 40.8785 | 135.1476 | 737.8886 | 4208.0609 | 1297.1421 | 3488.7096 | 9809.6067 | 154468.9409 | 2652.2252 | 14019.7383 | 40475.2449 | 435483.5540 |
| IRE3 | 0.0091 | 0.0040 | 0.0095 | 0.0085 | 0.2204 | 0.1998 | 0.0859 | 0.1072 | 4.0124 | 0.7167 | 0.1248 | 0.2017 |
| n=30, p=15 | ||||||||||||
| OLS | 6.7940 | 15.8417 | 108.6853 | 518.7311 | 168.5197 | 426.3360 | 1433.2083 | 29674.7770 | 700.1279 | 1241.0568 | 13682.1178 | 71720.3162 |
| HK | 3.5995 | 4.7067 | 22.6453 | 229.5772 | 97.8374 | 126.8264 | 532.3372 | 6353.9889 | 204.4492 | 606.8423 | 5950.4677 | 25909.7105 |
| HKB | 0.3777 | 1.8140 | 13.5938 | 117.3863 | 23.1047 | 36.4419 | 151.7624 | 5694.1581 | 106.2009 | 231.0621 | 3853.3099 | 1121.9185 |
| Kibria | 0.3946 | 0.4971 | 3.8810 | 24.0343 | 8.3261 | 11.7064 | 61.9050 | 578.8539 | 20.8347 | 41.3137 | 170.1852 | 337.5520 |
| SCK | 4.8963 | 10.6001 | 74.2240 | 330.5089 | 116.5169 | 259.9072 | 945.8158 | 20625.6442 | 419.2335 | 777.9460 | 10163.6816 | 46563.7701 |
| LC | 0.0270 | 0.0073 | 0.0541 | 0.0617 | 0.2034 | 0.1021 | 0.2568 | 0.0930 | 2.9836 | 0.8116 | 0.3085 | 0.2671 |
| TK | 0.0096 | 0.0436 | 0.2182 | 0.0025 | 13.8427 | 0.3446 | 0.0953 | 0.0921 | 121.6019 | 86.3622 | 6.4832 | 0.5946 |
| AA1 | 0.0338 | 0.0117 | 0.0035 | 0.0025 | 2.1612 | 0.3693 | 0.0599 | 0.0691 | 49.2684 | 18.3189 | 0.3402 | 0.2632 |
| AA2 | 0.0040 | 0.0062 | 0.0031 | 0.0024 | 0.1103 | 0.0569 | 0.0525 | 0.0690 | 3.4416 | 0.7902 | 0.3001 | 0.2625 |
| AA3 | 0.0039 | 0.0061 | 0.0031 | 0.0024 | 0.1074 | 0.0561 | 0.0525 | 0.0690 | 2.8097 | 0.7739 | 0.3001 | 0.2625 |
| IRE1 | 0.0011 | 0.0018 | 0.0009 | 0.0007 | 0.0318 | 0.0166 | 0.0155 | 0.0204 | 0.8214 | 0.2288 | 0.0888 | 0.0776 |
| IRE2 | 6.7940 | 15.8417 | 108.6853 | 518.7311 | 168.5197 | 426.3360 | 1433.2083 | 29674.7770 | 700.1279 | 1241.0568 | 13682.1178 | 71720.3162 |
| IRE3 | 0.0039 | 0.0061 | 0.0031 | 0.0024 | 0.1074 | 0.0560 | 0.0525 | 0.0690 | 2.7771 | 0.7735 | 0.3001 | 0.2625 |
OLS: Ordinary Least Square; HK: Hoerl and Kennard; HKB: Hoerl, Kennard and Baldwin; SCK: Suhail, Chand and Kibria; LC Lipovetsky and Conklin; TK: Toker and Kaciranlar; AA1: Akhtar and Alharti 1; AA2: Akhtar and Alharti 2; AA3: Akhtar and Alharti 3; IRE1: Improved Ridge Estimator 1; IRE2: Improved Ridge Estimator 2; IRE3: Improved Ridge Estimator 3
| n=50, p=15 | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| σ=1 | σ=5 | σ=10 | ||||||||||
| Estimators | 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 |
| OLS | 2.5559 | 10.5730 | 17.5023 | 920.2289 | 60.7274 | 386.5245 | 379.6068 | 8357.1683 | 523.6328 | 517.0817 | 4949.9567 | 30364.2651 |
| HK | 0.7891 | 6.4203 | 7.8663 | 168.1515 | 25.1486 | 113.5573 | 152.5895 | 4493.5693 | 122.2619 | 234.1629 | 2244.8127 | 9550.0780 |
| HKB | 0.3347 | 1.5461 | 1.2645 | 240.5731 | 0.8137 | 60.9848 | 78.5228 | 1773.7089 | 62.7017 | 120.5871 | 324.2492 | 4137.2760 |
| Kibria | 0.0974 | 0.3736 | 1.3662 | 14.9599 | 1.7789 | 6.5258 | 14.2071 | 206.1774 | 21.7188 | 9.8629 | 128.8420 | 652.0055 |
| SCK | 1.5797 | 7.7479 | 11.2913 | 661.9650 | 39.4084 | 288.2810 | 244.0345 | 5377.9208 | 366.4064 | 340.5875 | 3206.4760 | 19946.5257 |
| LC | 0.0080 | 0.0303 | 0.1043 | 0.0450 | 0.0793 | 0.2574 | 0.1491 | 0.0926 | 1.3018 | 0.6844 | 0.1748 | 0.3089 |
| TK | 0.0144 | 0.0173 | 0.0016 | 0.0018 | 10.0262 | 7.2847 | 0.0285 | 0.0751 | 12.4858 | 42.5891 | 2.5192 | 0.6495 |
| AA1 | 0.0422 | 0.0275 | 0.0022 | 0.0016 | 1.6382 | 0.6070 | 0.0424 | 0.0714 | 14.4546 | 37.4876 | 0.1867 | 0.2792 |
| AA2 | 0.0039 | 0.0037 | 0.0013 | 0.0016 | 0.0709 | 0.0676 | 0.0231 | 0.0710 | 0.1996 | 0.8084 | 0.0746 | 0.2780 |
| AA3 | 0.0038 | 0.0037 | 0.0013 | 0.0016 | 0.0664 | 0.0667 | 0.0230 | 0.0710 | 0.1768 | 0.6136 | 0.0745 | 0.2780 |
| IRE1 | 0.0011 | 0.0010 | 0.0004 | 0.0005 | 0.0190 | 0.0191 | 0.0066 | 0.0203 | 0.0504 | 0.1733 | 0.0213 | 0.0794 |
| IRE2 | 2.5559 | 10.5730 | 17.5023 | 920.2289 | 60.7274 | 386.5245 | 379.6068 | 8357.1683 | 523.6328 | 517.0817 | 4949.9567 | 30364.2651 |
| IRE3 | 0.0038 | 0.0037 | 0.0013 | 0.0016 | 0.0664 | 0.0667 | 0.0230 | 0.0710 | 0.1765 | 0.6065 | 0.0745 | 0.2780 |
| n=100, p=15 | ||||||||||||
| σ=1 | σ=5 | σ=10 | ||||||||||
| Estimators | 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 |
| OLS | 0.5825 | 2.9173 | 7.5413 | 78.3233 | 21.3822 | 72.4108 | 208.1095 | 2558.7412 | 103.7056 | 200.8390 | 813.5233 | 14177.2708 |
| HK | 0.4591 | 1.5053 | 4.1094 | 36.8443 | 10.3039 | 39.1654 | 67.0690 | 1111.2361 | 48.3989 | 107.9260 | 214.6078 | 6627.3659 |
| HKB | 0.2465 | 0.5949 | 2.0794 | 14.0687 | 4.2765 | 7.5725 | 32.7588 | 150.6269 | 18.0751 | 46.1899 | 118.7825 | 2868.6144 |
| Kibria | 0.0414 | 0.2211 | 0.8364 | 3.5568 | 1.6101 | 2.9867 | 9.5860 | 127.1631 | 5.0329 | 5.5652 | 21.5265 | 165.8211 |
| SCK | 0.4982 | 2.2493 | 5.5257 | 48.7156 | 16.0158 | 51.7775 | 140.2145 | 1759.1210 | 75.0736 | 133.3823 | 525.6308 | 10076.8823 |
| LC | 0.0010 | 0.0066 | 0.0138 | 0.0085 | 0.0188 | 0.0885 | 0.0766 | 0.1355 | 0.4115 | 0.1111 | 0.2947 | 0.0415 |
| TK | 0.0014 | 0.0406 | 0.0012 | 0.0003 | 0.1117 | 0.1321 | 0.0192 | 0.0323 | 10.1492 | 0.7234 | 0.3530 | 0.0671 |
| AA1 | 0.0799 | 0.0532 | 0.0037 | 0.0004 | 3.0711 | 1.1152 | 0.0909 | 0.0324 | 18.1958 | 4.4630 | 0.4103 | 0.0343 |
| AA2 | 0.0009 | 0.0007 | 0.0011 | 0.0003 | 0.0179 | 0.0211 | 0.0061 | 0.0312 | 0.1648 | 0.0870 | 0.1324 | 0.0310 |
| AA3 | 0.0006 | 0.0006 | 0.0011 | 0.0003 | 0.0068 | 0.0194 | 0.0060 | 0.0312 | 0.1151 | 0.0817 | 0.1321 | 0.0310 |
| IRE1 | 0.0003 | 0.0003 | 0.0005 | 0.0002 | 0.0032 | 0.0092 | 0.0029 | 0.0148 | 0.0544 | 0.0387 | 0.0626 | 0.0147 |
| IRE2 | 0.5825 | 2.9173 | 7.5413 | 78.3233 | 21.3822 | 72.4108 | 208.1095 | 2558.7412 | 103.7056 | 200.8390 | 813.5233 | 14177.2708 |
| IRE3 | 0.0006 | 0.0006 | 0.0011 | 0.0003 | 0.0067 | 0.0194 | 0.0060 | 0.0312 | 0.1148 | 0.0817 | 0.1321 | 0.0310 |
OLS: Ordinary Least Square; HK: Hoerl and Kennard; HKB: Hoerl, Kennard and Baldwin; SCK: Suhail, Chand and Kibria; LC Lipovetsky and Conklin; TK: Toker and Kaciranlar; AA1: Akhtar and Alharti 1; AA2: Akhtar and Alharti 2; AA3: Akhtar and Alharti 3; IRE1: Improved Ridge Estimator 1; IRE2: Improved Ridge Estimator 2; IRE3: Improved Ridge Estimator 3
| n=200, p=15 | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| σ=1 | σ=5 | σ=10 | ||||||||||
| Estimators | 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 | 0.90 | 0.95 | 0.99 | 0.999 |
| OLS | 0.6311 | 0.8033 | 3.5668 | 42.2091 | 8.1482 | 16.5606 | 125.9024 | 1629.9424 | 36.2440 | 104.6291 | 665.5690 | 4375.1964 |
| HK | 0.4788 | 0.5243 | 1.9551 | 14.2288 | 4.4992 | 7.9865 | 66.7701 | 436.3414 | 18.9025 | 31.9434 | 404.2751 | 1744.3093 |
| HKB | 0.3378 | 0.1466 | 1.4046 | 7.4432 | 2.4663 | 5.1954 | 15.3548 | 143.5773 | 10.5826 | 26.4697 | 108.9656 | 949.2068 |
| Kibria | 0.0577 | 0.0390 | 0.2571 | 3.9675 | 0.3533 | 0.8545 | 3.6002 | 8.6438 | 2.2041 | 3.0021 | 30.8979 | 180.3022 |
| SCK | 0.5347 | 0.6236 | 2.6516 | 28.1040 | 5.9049 | 11.8354 | 78.9021 | 1127.0476 | 27.5621 | 72.3400 | 490.4423 | 3168.0365 |
| LC | 0.0024 | 0.0009 | 0.0013 | 0.1448 | 0.0076 | 0.0164 | 0.0507 | 0.0199 | 0.0297 | 0.0927 | 0.1550 | 0.0848 |
| TK | 0.0040 | 0.0012 | 0.0005 | 0.0005 | 0.0163 | 0.0128 | 0.0077 | 0.0135 | 4.2509 | 0.2464 | 0.0844 | 0.0230 |
| AA1 | 0.1153 | 0.0583 | 0.0071 | 0.0005 | 2.2056 | 1.7910 | 0.1104 | 0.0144 | 13.0291 | 7.8668 | 0.7168 | 0.0306 |
| AA2 | 0.0018 | 0.0009 | 0.0005 | 0.0005 | 0.0180 | 0.0083 | 0.0067 | 0.0130 | 0.0924 | 0.0862 | 0.0220 | 0.0215 |
| AA3 | 0.0011 | 0.0008 | 0.0005 | 0.0005 | 0.0066 | 0.0054 | 0.0067 | 0.0130 | 0.0236 | 0.0774 | 0.0217 | 0.0215 |
| IRE1 | 0.0006 | 0.0005 | 0.0003 | 0.0003 | 0.0039 | 0.0032 | 0.0040 | 0.0078 | 0.0140 | 0.0464 | 0.0130 | 0.0129 |
| IRE2 | 0.6311 | 0.8033 | 3.5668 | 42.2091 | 8.1482 | 16.5606 | 125.9024 | 1629.9424 | 36.2440 | 104.6291 | 665.5690 | 4375.1964 |
| IRE3 | 0.0011 | 0.0008 | 0.0005 | 0.0005 | 0.0066 | 0.0054 | 0.0067 | 0.0130 | 0.0233 | 0.0773 | 0.0217 | 0.0215 |
OLS: Ordinary Least Square; HK: Hoerl and Kennard; HKB: Hoerl, Kennard and Baldwin; SCK: Suhail, Chand and Kibria; LC Lipovetsky and Conklin; TK: Toker and Kaciranlar; AA1: Akhtar and Alharti 1; AA2: Akhtar and Alharti 2; AA3: Akhtar and Alharti 3; IRE1: Improved Ridge Estimator 1; IRE2: Improved Ridge Estimator 2; IRE3: Improved Ridge Estimator 3
4. Simulation results discussion
Based on a comprehensive simulation study, the following key findings were established:
i. Superior performance of the IRE estimator: The proposed improved ridge estimator1 (IRE1) demonstrated a consistent and significant advantage over all existing alternatives, achieving the lowest MSE across every simulated condition as evident from (Tables 1-13). This superiority was robust to variations in sample size, error variance, and the number of predictors. In contrast, the performance of the OLS estimator degraded severely under multicollinearity, a result consistent with established literature (Akhtar and Alharthi, 2025; Khan et al., 2024a; Kibria, 2003).
ii. Robustness to multicollinearity: The simulations confirm that increased multicollinearity elevates the MSE for both OLS and traditional ridge estimators (Tables 1-13), as documented in (Suhail et al., 2020; Yasin et al., 2021). Notably, the IRE1 exhibits a unique and robust inverse relationship with multicollinearity as evident from (Table 1-13) the MSE of IRE1 decreases as correlation among predictors intensifies. This adaptive behavior is a direct result of IRE1’s data-driven mechanism for dynamically tuning the ridge penalty.
iii. Stability under noisy conditions: A positive relationship was observed between error variance and the MSE of all estimators. However, IRE1’s MSE remained exceptionally stable and low compared to the more pronounced sensitivity of OLS and other ridge estimators, underscoring its robustness in high-noise environments.
iv. Effect of model dimension: Introducing additional predictor variables in multicollinear settings increased the MSE for all estimators. The OLS estimator was most adversely affected, exhibiting the most rapid degradation in performance. The ridge-type estimators, including IRE1, proved more resilient to increases in model dimensions, a finding that aligns with prior research (Ali et al., 2021; Majid et al., 2022; Suhail et al., 2021; Yasin et al., 2021).
v. Consistency across sample sizes: As predicted by asymptotic theory, larger sample sizes reduced the MSE for all estimators. Crucially, ridge-type estimators and IRE1 maintained their performance advantage over OLS regardless of sample size, confirming their effectiveness even in large-sample settings (Kibria, 2003).
5. Applications
To demonstrate the real-world applicability of our proposed estimators and methodology, we employ a well-known dataset in econometrics: the Longley dataset (Gujarati and Porter, 2009). Comprising 16 annual observations from 1947 to 1962, it was originally used to test the numerical accuracy of least-squares algorithms, as the high correlations between its variables posed a significant computational challenge for early computers. Beyond its original purpose, the dataset’s enduring legacy is its perfect illustration of multicollinearity and its consequences. The data set contains five predictors.
Considering our regression model for Longley set as represented in Eq. (27):
In the above linear regression model (25), following variable definitions are used, y (number of people employed, in millions), x1 (GNP implicit price deflator), x2 (GNP, millions of dollars), x3 (number of people unemployed, in millions), x4 (number of people in the armed forces) and x5 (noninstitutionalized population over 14 years of age).
Diagnostic tests confirm severe multicollinearity among the predictors. The eigenvalues of the S’S matrix are 3.610, 1.175, 0.199, 0.015, and 0.001, with the first eigenvalue accounting for over 90% of the total variation, that results in a condition number of 3,786. Furthermore, the variance inflation factor (VIF) for most predictors significantly exceeds the threshold of 10, with values of 130.829 (s1), 639.050 (s2), 10.787 (s3), 2.506 (s4), and 339.012 (s5). These findings, supported by the pair-wise correlations illustrated in (Fig. 1), unequivocally indicate a severe multicollinearity problem.

- Pair-wise correlation for Longley data.
The EMSE and regression coefficients for all estimators are presented in (Table 14). The results show that all ridge-type estimators substantially outperform OLS, consistent with the findings of (Kibria, 2003; Suhail et al., 2020). Among them, the proposed IRE1 estimator achieves the lowest EMSE. Additionally, as noted by (Gujarati and Porter, 2009), multicollinearity can cause OLS coefficient estimates to have counter-intuitive signs; this is observed in our results for the coefficients , and .
| Estimators | OLS | HK | HKB | Kibria | SCK | LC | TK | AA1 | AA2 | AA3 | IRE1 | IRE2 | IRE3 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| MSE | 21.25 | 4.26 | 4.24 | 4.46 | 4.54 | 4.36 | 6.42 | 4.78 | 4.80 | 4.80 | 4.02 | 21.25 | 4.80 |
| -0.15 | 0.50 | 0.50 | 0.49 | 0.48 | 0.50 | 0.48 | 0.51 | 0.50 | 0.50 | 0.50 | 0.50 | 0.50 | |
| 2.04 | 0.11 | 0.11 | 0.11 | 0.10 | 0.11 | 0.11 | 0.05 | 0.04 | 0.04 | 0.04 | 0.04 | 0.11 | |
| -0.11 | 0.56 | 0.56 | 0.46 | 0.36 | 0.57 | 0.81 | 0.06 | 0.03 | 0.03 | 0.03 | 0.03 | 0.57 | |
| -0.11 | 0.08 | 0.09 | 0.03 | 0.01 | 0.10 | -0.03 | -0.01 | -0.01 | -0.01 | -0.01 | -0.01 | 0.10 | |
| -0.80 | -0.40 | -0.87 | -0.04 | -0.02 | -1.57 | 0.03 | -0.01 | -0.01 | -0.01 | -0.01 | -0.01 | -2.06 |
OLS: Ordinary Least Square; HK: Hoerl and Kennard; HKB: Hoerl, Kennard and Baldwin; SCK: Suhail, Chand and Kibria; LC Lipovetsky and Conklin; TK: Toker and Kaciranlar; AA1: Akhtar and Alharti 1; AA2: Akhtar and Alharti 2; AA3: Akhtar and Alharti 3; IRE1: Improved Ridge Estimator 1; IRE2: Improved Ridge Estimator 2; IRE3: Improved Ridge Estimator 3
6. Conclusions
In this article, we proposed IRE1, IRE2, and IRE3 aimed at improving existing ridge estimation techniques for more efficient estimation of regression coefficients in the presence of the common issue of multicollinearity. Given that ridge regression involves a bias–variance tradeoff, the selection of an optimal ridge penalty is crucial for achieving reliable estimates. To address this, the proposed estimators adaptively adjusts its penalty parameters based on key characteristics of the data, such as the degree of multicollinearity and the number of predictors. Through extensive simulation studies and real-world data applications, the IRE1 & IRE3 demonstrated significant improvements in performance over conventional ridge estimators, particularly in scenarios with high multicollinearity. These findings suggest that the dynamic nature of our estimator offers both flexibility and robustness in practical modeling contexts. As a potential avenue for future research, we recommend investigating the performance of the IRE1 & IRE3 in regression models that simultaneously exhibit multicollinearity and heteroscedasticity, which are often encountered in real-world data analysis.
Acknowledgment
The authors would like to acknowledge the Deanship of Graduate Studies and Scientific Research, Taif University for funding this work. The authors also extend their gratitude to the reviewers for their valuable feedback. the critical comments and expert recommendations were instrumental in enhancing the clarity of our article.
CRediT authorship contribution statement
Muhammad Shakir Khan: Conceptualization, data curation, formal analysis, investigation, methodology, visualization, writing – original draft, writing – review & editing; Amirah Saeed Alharthi: Conceptualization, methodology, project administration, resources, supervision, validation, writing – review & editing. Both the authors have read and agreed to the published version of the manuscript.
Declaration of competing interest
The authors declare that they have no known competing financial
interests or personal relationships that could have appeared to influence the work reported in this paper.
Data availability
The data that supports the findings of this study are available within the manuscript.
Declaration of generative AI and AI-assisted technologies in the writing process
The authors confirm that there was no use of artificial intelligence (AI)-assisted technology for assisting in the writing or editing of the manuscript and no images were manipulated using AI.
References
- Enhancing accuracy in modelling highly multicollinear data using alternative shrinkage parameters for ridge regression methods. Sci Rep. 2025;15:10774. https://doi.org/10.1038/s41598-025-94857-7
- [Google Scholar]
- Newly improved two-parameter ridge estimators: A better approach for mitigating multicollinearity in regression analysis. Axioms. 2025;14:186. https://doi.org/10.3390/axioms14030186
- [Google Scholar]
- A comparison of some new and old robust ridge regression estimators. Commun Stat Simul Comput. 2021;50:2213-2231. https://doi.org/10.1080/03610918.2019.1597119
- [Google Scholar]
- Influence diagnostics in two-parameter ridge regression. J Data Sci. 2016;14:33-52. https://doi.org/10.6339/JDS.201601_14(1).0003
- [Google Scholar]
- A guide to using the collinearity diagnostics. Computer Sci Econ Manag Manage. 1991;4:33-50. https://doi.org/10.1007/bf00426854 .
- [Google Scholar]
- Sampling techniques. John Wiley Sons; 2007.
- Bootstrap-quantile ridge estimator for linear regression with applications. PLoS One. 2024;19:e0302221. https://doi.org/10.1371/journal.pone.0302221
- [Google Scholar]
- Efficient two-parameter estimator in linear regression model. Stat Transit New Ser. 2019;20:173-185. https://doi.org/10.21307/stattrans-2019-021
- [Google Scholar]
- Residualization: Justification, properties and application. J Appl Stat. 2019;47:1990-2010. https://doi.org/10.1080/02664763.2019.1701638
- [Google Scholar]
- The raise method an alternative procedure to estimate the parameters in presence of collinearity. Qual Quant. 2011;45:403-423. https://doi.org/10.1007/s11135-009-9305-0
- [Google Scholar]
- Basic econometrics (5th ed.). McGraw Hill; 2009.
- Tests of regression coefficients under ridge regression models. J Stat Comput Simulation. 2000;65:341-356. https://doi.org/10.1080/00949650008812006
- [Google Scholar]
- A shrinkage estimator for the restricted linear regression model: Ridge regression approach. J Appl Statist Sci. 196AD;3:301-316.
- [Google Scholar]
- Ridge regression: Some simulations. Commun Stat. 1975;4:105-123. https://doi.org/10.1080/03610927508827232
- [Google Scholar]
- Ridge regression: Some simulations. Commun Stat. 1975;4:105-123. https://doi.org/10.1080/03610927508827232
- [Google Scholar]
- Ridge regression: Applications to nonorthogonal problems. Technometrics. 1970;12:69-82. https://doi.org/10.1080/00401706.1970.10488635
- [Google Scholar]
- Ridge regression: Biased estimation for nonorthogonal problems. Technometrics. 2000;42:80-86. https://doi.org/10.1080/00401706.2000.10485983
- [Google Scholar]
- Jackknife Kibria-Lukman M-estimator: Simulation and application. J Nig Soc Phys Sci. 2022;4:251-264. https://doi.org/10.46481/jnsps.2022.664
- [Google Scholar]
- Modified ridge regression estimators. Commun Stat Theory Methods. 2013;42:1476-1487. https://doi.org/10.1080/03610926.2011.593285
- [Google Scholar]
- Choosing ridge parameter for regression problems. Commun Stat Theory Methods. 2005;34:1177-1182. https://doi.org/10.1081/sta-200056836
- [Google Scholar]
- Adaptive penalized regression for high-efficiency estimation in correlated predictor settings: A data-driven shrinkage approach. Maths. 2025;13:2884. https://doi.org/10.3390/math13172884
- [Google Scholar]
- On the estimation of ridge penalty in linear regression: Simulation and application. Kuwait J Sci. 2024;51:100273. https://doi.org/10.1016/j.kjs.2024.100273
- [Google Scholar]
- On the performance of two-parameter ridge estimators for handling multicollinearity problem in linear regression: Simulation and application. AIP Adv. 2023;13 https://doi.org/10.1063/5.0175494
- [Google Scholar]
- On some two parameter estimators for the linear regression models with correlated predictors: Simulation and application. Commun Stat Simul Comput. 2025;54:3933-3947. https://doi.org/10.1080/03610918.2024.2369809
- [Google Scholar]
- Performance of some new ridge regression estimators. Commun Stat Simul Comput. 2003;32:419-435. https://doi.org/10.1081/sac-120017499
- [Google Scholar]
- A new ridge-type estimator for the linear regression model: Simulations and applications. Scientifica. 2020;2020:9758378. https://doi.org/10.1155/2020/9758378
- [Google Scholar]
- Two-parameter ridge regression and its convergence to the eventual pairwise model. Math Comput Model. 2006;44:304-318. https://doi.org/10.1016/j.mcm.2006.01.017
- [Google Scholar]
- Ridge regression in two‐parameter solution. Appl Stoch Models Bus & Ind. 2005;21:525-540. https://doi.org/10.1002/asmb.603
- [Google Scholar]
- Modified almost unbiased two-parameter estimator in linear regression model. IOP Conf Ser Mater Sci Eng. 2019;640:012119. https://doi.org/10.1088/1757-899x/640/1/012119
- [Google Scholar]
- A modified new two-parameter estimator in a linear regression model. Mod Simul Eng. 2019;2019:1-10. https://doi.org/10.1155/2019/6342702
- [Google Scholar]
- A robust Kibria–Lukman estimator for linear regression model to combat multicollinearity and outliers. Concurr Comput. 2023;35 https://doi.org/10.1002/cpe.7533
- [Google Scholar]
- Principal components regression in exploratory statistical research. J Am Stat Assoc. 1965;60:234-256. https://doi.org/10.1080/01621459.1965.10480787
- [Google Scholar]
- Ridge regression. WIREs Comput Stat. 2009;1:93-100. https://doi.org/10.1002/wics.14
- [Google Scholar]
- A monte carlo evaluation of some ridge-type estimators. J Am Stat Assoc. 1975;70:407-416. https://doi.org/10.1080/01621459.1975.10479882
- [Google Scholar]
- Newhouse JP, Oman SD, 1971. An evaluation of ridge estimators. Rand Corporation.
- A new two-parameter estimator in the linear regression model with correlated regressors. J Stat Appl Pro. 2022;11:499-512. https://doi.org/10.18576/jsap/110211
- [Google Scholar]
- The restricted and unrestricted two-parameter estimators. Commun Stat Theory Methods. 2007;36:2707-2725. https://doi.org/10.1080/03610920701386877
- [Google Scholar]
- The raise regression: Justification, properties and application. Int Statistical Rev. 2025;93:73-101. https://doi.org/10.1111/insr.12575
- [Google Scholar]
- Diagnosing and dealing with multicollinearity. West J Nurs Res. 1990;12:175-184. https://doi.org/10.1177/019394599001200204
- [Google Scholar]
- On the asymptotic distribution of ridge regression estimators using training and test samples. Econom. 2020;8:39. https://doi.org/10.3390/econometrics8040039
- [Google Scholar]
- New quantile based ridge M-estimator for linear regression models with multicollinearity and outliers. Commun Stat Simul Comput. 2023;52:1417-1434. https://doi.org/10.1080/03610918.2021.1884715
- [Google Scholar]
- Quantile based estimation of biasing parameters in ridge regression model. Commun Stat Simul Comput. 2020;49:2732-2744. https://doi.org/10.1080/03610918.2018.1530782
- [Google Scholar]
- On the performance of two parameter ridge estimator under the mean square error criterion. Appl Math Comput. 2013;219:4718-4728. https://doi.org/10.1016/j.amc.2012.10.088
- [Google Scholar]
- A comparison of ridge estimators. Technometrics. 1978;20:301. https://doi.org/10.2307/1268139
- [Google Scholar]
- Efficiency of an almost unbiased two-parameter estimator in linear regression model. Statistics. 2013;47:535-545. https://doi.org/10.1080/02331888.2011.605891
- [Google Scholar]
- A new two-parameter estimator in linear regression. Commun Stat Theory Methods. 2010;39:923-934. https://doi.org/10.1080/03610920902807911
- [Google Scholar]
- Performance of some new ridge parameters in two-parameter ridge regression model. Iran J Sci Technol Trans Sci. 2021;45:327-341. https://doi.org/10.1007/s40995-020-01019-7
- [Google Scholar]
- Regularization and Variable Selection Via the Elastic Net. J R Stat Soc Series B Stat Metho. 2005;67:301-320. https://doi.org/10.1111/j.1467-9868.2005.00503.x
- [Google Scholar]
