smooth_timeseries: Smooth time series data of given data frame using a...

View source: R/smooth_timeseries.R

smooth_timeseriesR Documentation

Smooth time series data of given data frame using a Kolmogorov-Zurbenko filter.

Description

This function can be used to smooth time series data of given data frame using a Kolmogorov-Zurbenko filter. By default applies a "mild" filter and imputes the tails.

Usage

smooth_timeseries(data, span = 4, order = 6)

Arguments

data

A data frame with only one numerical column.

span

The window for the filter.

order

The number of iterations.

Examples

smooth_timeseries(data)

trettenbrein/OpenPoseR documentation built on April 22, 2022, 4:03 a.m.