View source: R/deepTimeSeries.r
diffinv_simple | R Documentation |
Invert a simple-differenced vector
diffinv_simple(delta, origin)
delta |
A simple-differenced numeric vector. |
origin |
A scalar or numeric vector with original value(s) to invert |
A vector whose elements are the cumulative sums of delta
and origin
.
stationary
, cumsum
.
Other Time Series:
diff_log()
,
diff_percentage()
,
diffinv_log()
,
diffinv_percentage()
,
get_season()
,
invert_differencing()
,
lags()
,
partition()
,
period()
,
stationary()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.