R/lms.filter.R

Defines functions lms.filter

Documented in lms.filter

lms.filter <- function(y, width, online=FALSE, extrapolate=TRUE)
{return(robreg.filter(y=y, width=width, method="LMS", online=online, 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.