loess_series: Create trend using local polynomial regression

View source: R/seasonal.R

loess_seriesR Documentation

Create trend using local polynomial regression

Description

Create trend using local polynomial regression

Usage

loess_series(x, time, ...)

Arguments

x

a numeric vector to smooth.

time

a date vector.

...

additional arguments such as 'span' that the stats::loess function takes

Value

numerical vector


pttry/statfitools documentation built on Feb. 2, 2025, 1:50 a.m.