

   kernapply {ts}                               R Documentation

   AAppppllyy SSmmooootthhiinngg KKeerrnneell

   DDeessccrriippttiioonn::

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

   UUssaaggee::

        kernapply(x, k, circular = FALSE)
        kernapply(k1, k2)

   AArrgguummeennttss::

   k, k1, k2: smoothing `"tskernel"' objects.

          x: an input vector, matrix, or time series to be
             smoothed.

   circular: a logical indicating whether the input sequence to
             be smoothed is treated as circular, i.e., peri-
             odic.

   VVaalluuee::

        A smoothed version of the input sequence.

   AAuutthhoorr((ss))::

        A. Trapletti

   SSeeee AAllssoo::

        `kernel', `convolve', `filter', `spectrum'

   EExxaammpplleess::

        ## see `kernel' for examples

