Quantile LOESS – Combining a moving quantile window with LOESS (R function)
In this post I will provide R code that implement’s the combination of repeated running quantile with the LOESS smoother to create a type of “quantile LOESS” (e.g: “Local Quantile Regression”).
This method is useful when the need arise to fit robust and resistant (Need to be verified) ... [Read more...]