WLS
WLS, or Weighted Least Squares, is a statistical method that generalizes ordinary least squares (OLS) to handle heteroscedasticity or varying measurement precision across observations. Instead of minimizing the sum of squared residuals, WLS minimizes a weighted sum, giving more or less influence to each observation according to its reliability.
In the standard formulation, given a linear model y = Xβ + ε with E(ε) = 0 and Var(ε) = Σ, WLS
Weights are typically chosen to reflect the reliability or variance of each observation. A common choice is
WLS is a special case of generalized least squares (GLS) in which the error covariance is assumed
Applications include econometrics, psychometrics, and survey analysis, where measurement precision or sampling weights vary across observations.