The R Project SVN R

Rev

Rev 68948 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 85976
Line 20... Line 20...
20
\details{
20
\details{
21
  Each row of the resulting matrix consists of sequences
21
  Each row of the resulting matrix consists of sequences
22
  \code{x[t]}, \code{x[t-1]}, \dots, \code{x[t-dimension+1]}, where
22
  \code{x[t]}, \code{x[t-1]}, \dots, \code{x[t-dimension+1]}, where
23
  \code{t} is the original index of \code{x}. If \code{x} is a matrix,
23
  \code{t} is the original index of \code{x}. If \code{x} is a matrix,
24
  i.e., \code{x} contains more than one variable, then \code{x[t]}
24
  i.e., \code{x} contains more than one variable, then \code{x[t]}
25
  consists of the \code{t}th observation on each variable.
25
  consists of the \code{t}-th observation on each variable.
26
}
26
}
27
\value{
27
\value{
28
  A matrix containing the embedded time series \code{x}.
28
  A matrix containing the embedded time series \code{x}.
29
}
29
}
30
\author{A. Trapletti, B.D. Ripley}
30
\author{A. Trapletti, B.D. Ripley}