What is the purpose of robust regression?
Robust regression is an alternative to least squares regression when data are contaminated with outliers or influential observations, and it can also be used for the purpose of detecting influential observations.
How do you know if a model is robust?
Robustness Testing in Four Steps 2. Identify assumptions made in the specification of the baseline model which are potentially arbitrary and that could be replaced with alternative plausible assumptions. 3. Develop models that change one of the baseline model’s assumptions at a time.
Why is robust regression used in data analysis?
Robust regression might be a good strategy since it is a compromise between excluding these points entirely from the analysis and including all the data points and treating all them equally in OLS regression. The idea of robust regression is to weigh the observations differently based on how well behaved these observations are.
Which is better robust regression or least squares regression?
Robust regression methods provide an alternative to least squares regression by requiring less restrictive assumptions. These methods attempt to dampen the influence of outlying cases in order to provide a better fit to the majority of the data.
Is the robust regression method resistant to outliers?
The method is robust to outliers in the response variable, but turned out not to be resistant to outliers in the explanatory variables ( leverage points). In fact, when there are outliers in the explanatory variables, the method has no advantage over least squares.
What’s the relationship between OLS and robust regression?
In OLS regression, all cases have a weight of 1. Hence, the more cases in the robust regression that have a weight close to one, the closer the results of the OLS and robust regressions. We can also visualize this relationship by graphing the data points with the weight information as the size of circles.