<
josef...@gmail.com> wrote:
> It's a bit messier because it's a robust version, and there is also the
> problem of the robust variance being zero. But that has been fixed and I
> guess shouldn't affect this case.
In the original formulation there was three optional robustness steps
(M-estimation), in which the tricube distance weights were multiplied by
bisquare weights on the residuals. The M-estimation was not run until
convergence, there were just three additional updates.
> It's simpler in the case of lowess because it's just one dimensional and we
> sort the x values
Maybe in statsmodels, but lowess was actually multipple regression.
There was also a formulation of lowess where it was used on timeseries data
by applying the tricube weight to the distance in time between samples.
Sturla