y c x用怀特检验发现存在异方差如何用GLS和WLS修正
1.如何确定修正权重?
我使用了1/resid, 1/x等权重,还是无法通过怀特检验
2.老师讲可以用feasible gls
regress ln(e^2) on all of the independent variables and get the fitted values, g
Do wls using 1/exp(g) as the weight
这里是指把 ln(e^2) 和X做回归么,然后点actual,fitted,residual 么? the fitted value等于这里面的fitted么?g是这一组数据么?
按照上面思路,还是没办法消除异方差
3.不知道还有没有别的什么方法消除异方差呀。。
跪谢大神