diff.fts {ftsa}R Documentation

Differences of a functional time series

Description

Computes differences of a fts object at each variable.

Usage

diff.fts(x, lag = 1, differences = 1, ...)

Arguments

x An object of class fts.
lag An integer indicating which lag to use.
differences An integer indicating the order of the difference.
... Other arguments.

Value

An object of class fts.

Author(s)

Rob J Hyndman

Examples

diff(x = ElNino)

[Package ftsa version 1.3 Index]