invert_differencing: Invert a differenced data series

View source: R/deepTimeSeries.r

invert_differencingR Documentation

Invert a differenced data series

Description

Invert a differenced data series

Usage

invert_differencing(delta, origin, type = c("simple", "log", "percentage"))

Arguments

delta

A differenced numeric vector.

origin

A scalar or numeric vector with original value(s) to invert delta.

type

The type of differencing to be used. Available types are simple, log and percentage.

Value

The inverted delta.

See Also

stationary.

Other Time Series: diff_log(), diff_percentage(), diffinv_log(), diffinv_percentage(), diffinv_simple(), get_season(), lags(), partition(), period(), stationary()


stschn/deepANN documentation built on June 25, 2024, 7:27 a.m.