diff.dfts: Difference dfts

View source: R/dfts.R

diff.dftsR Documentation

Difference dfts

Description

Difference the functional data at some lag and iteration. For the \ell'th difference at lag m, the differenced series is defined as Y_i(t) = (1-B^m)^{\ell} X_i(t) where B is the backshift operator.

Usage

## S3 method for class 'dfts'
diff(x, lag = 1L, differences = 1L, ...)

Arguments

x

A dfts object or data which can be automatically converted to that format. See dfts().

lag

An integer indicating which lag to use.

differences

An integer indicating the order of the difference.

...

Further arguments to be passed to methods.

Value

A dfts object with the differenced values.

Examples

result <- diff(electricity, lag = 1)
result1 <- diff(electricity, differences = 2)

fChange documentation built on June 21, 2025, 9:08 a.m.