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 Sept. 11, 2024, 6:05 p.m.