hybrid(y, n, methods="all", plot=FALSE, plot.methods)Example: An analysis by the ordinary RM a
The median and RM based approaches are robust alternatives to the more efficient (in Gaussian samples) mean and least squares methods. The hybrid filters preserve shifts and local extremes much better than the others (MED / MEAN / RM) for the price of decreased robustness and / or Gaussian efficiency.
double.window for more efficient and more robust
delayed filtering procedures also providing some edge preservationdata(serie1t)
hybrid(serie1t$y, n=31, methods="all", plot=TRUE, plot.methods=c("RM", "PFMH", "PRMH"))Run the code above in your browser using DataLab