smoothts: Smoothing Time Series

Description Usage Arguments Value References

View source: R/00util.R

Description

Smooth a time series by averaging window.

Usage

1
smoothts(ts, windowsize)

Arguments

ts

Time series.

windowsize

Length of smoothing window.

Value

Smoothed time series (1D array).

References

See discussions in the text of “Time-Frequency Analysis”.


Rwave documentation built on May 2, 2019, 5:48 p.m.

Related to smoothts in Rwave...