The R Project SVN R

Rev

Rev 59039 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59039 Rev 61433
Line 9... Line 9...
9
\alias{kernapply.default}
9
\alias{kernapply.default}
10
\alias{kernapply.ts}
10
\alias{kernapply.ts}
11
\alias{kernapply.tskernel}
11
\alias{kernapply.tskernel}
12
\alias{kernapply.vector}
12
\alias{kernapply.vector}
13
\description{
13
\description{
14
  \code{kernapply} computes the convolution between an input sequence 
14
  \code{kernapply} computes the convolution between an input sequence
15
  and a specific kernel.
15
  and a specific kernel.
16
}
16
}
17
\usage{
17
\usage{
18
kernapply(x, \dots)
18
kernapply(x, \dots)
19
 
19