View source: R/deepTimeSeries.r
invert_differencing | R Documentation |
Invert a differenced data series
invert_differencing(delta, origin, type = c("simple", "log", "percentage"))
delta |
A differenced numeric vector. |
origin |
A scalar or numeric vector with original value(s) to invert |
type |
The type of differencing to be used. Available types are |
The inverted delta
.
stationary
.
Other Time Series:
diff_log()
,
diff_percentage()
,
diffinv_log()
,
diffinv_percentage()
,
diffinv_simple()
,
get_season()
,
lags()
,
partition()
,
period()
,
stationary()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.