linearmodels.iv.absorbing.AbsorbingLS.wresids¶
- AbsorbingLS.wresids(params: ndarray[tuple[int, ...], dtype[float64]]) ndarray[tuple[int, ...], dtype[float64]] [source]¶
Compute weighted model residuals
Notes
Uses weighted versions of data instead of raw data. Identical to resids if all weights are unity.