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 8... Line 8...
8
\alias{diffinv.default}
8
\alias{diffinv.default}
9
\alias{diffinv.ts}
9
\alias{diffinv.ts}
10
\title{Discrete Integration: Inverse of Differencing}
10
\title{Discrete Integration: Inverse of Differencing}
11
\description{
11
\description{
12
  Computes the inverse function of the lagged differences function
12
  Computes the inverse function of the lagged differences function
13
  \code{\link{diff}}. 
13
  \code{\link{diff}}.
14
}
14
}
15
\usage{
15
\usage{
16
diffinv(x, ...)
16
diffinv(x, ...)
17
 
17
 
18
\method{diffinv}{default}(x, lag = 1, differences = 1, xi, \dots)
18
\method{diffinv}{default}(x, lag = 1, differences = 1, xi, \dots)
Line 33... Line 33...
33
 
33
 
34
  Missing values are not handled.
34
  Missing values are not handled.
35
}
35
}
36
\value{
36
\value{
37
  A numeric vector, matrix, or time series (the latter for the
37
  A numeric vector, matrix, or time series (the latter for the
38
  \code{"ts"} method) representing the discrete integral of \code{x}. 
38
  \code{"ts"} method) representing the discrete integral of \code{x}.
39
}
39
}
40
\author{A. Trapletti}
40
\author{A. Trapletti}
41
\seealso{
41
\seealso{
42
  \code{\link{diff}}
42
  \code{\link{diff}}
43
}
43
}