R/lts.filter.R

Defines functions lts.filter

Documented in lts.filter

lts.filter <- function(y, width, h= floor(width/2)+1, online=FALSE, extrapolate=TRUE)
{return(robreg.filter(y=y, width=width, method="LTS", online=online, h=h, extrapolate=extrapolate))}

Try the robfilter package in your browser

Any scripts or data that you put into this service are public.

robfilter documentation built on Nov. 10, 2022, 5:41 p.m.