stats (version 3.1.3)

kernapply: Apply Smoothing Kernel

Description

kernapply computes the convolution between an input sequence and a specific kernel.

Usage

kernapply(x, ...)
"kernapply"(x, k, circular = FALSE, ...) "kernapply"(x, k, circular = FALSE, ...) "kernapply"(x, k, circular = FALSE, ...)
"kernapply"(x, k, ...)

Arguments

x
an input vector, matrix, time series or kernel to be smoothed.
k
smoothing "tskernel" object.
circular
a logical indicating whether the input sequence to be smoothed is treated as circular, i.e., periodic.
...
arguments passed to or from other methods.

Value

A smoothed version of the input sequence.

See Also

kernel, convolve, filter, spectrum

Examples

Run this code
## see 'kernel' for examples

Run the code above in your browser using DataCamp Workspace