Rev 6479 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{kernapply}\alias{kernapply}\alias{kernapply.default}\alias{kernapply.ts}\alias{kernapply.tskernel}\alias{kernapply.vector}\title{Apply Smoothing Kernel}\usage{kernapply(x, k, circular = FALSE)kernapply(k1, k2)}\arguments{\item{k, k1, k2}{smoothing \code{"tskernel"} objects.}\item{x}{an input vector, matrix, or time series to be smoothed.}\item{circular}{a logical indicating whether the input sequence to besmoothed is treated as circular, i.e., periodic.}}\description{\code{kernapply} computes the convolution between an input sequenceand a specific kernel.}\value{A smoothed version of the input sequence.}\author{A. Trapletti}\seealso{\code{\link{kernel}}, \code{\link{convolve}}, \code{\link{filter}},\code{\link{spectrum}}}\examples{## see `kernel' for examples}\keyword{ts}