TrendSSA {greenbrown}R Documentation

Trend estimation based on SSA (singluar spectrum analysis)

Description

The function computes a non-linear trend based on ssa. Please note: Use the function TrendSeasonalAdjusted with the option funSeasonalCycle=SSASeasonalCylce to compute a linear trend with breakpoint detection based on a seasonal adjusted time series (method "SSA" as desribed in Forkel et al. 2013).

Usage

TrendSSA(Yt, ...)

Arguments

Yt

univariate time series of class ts

...

additional arguments (currently not used)

Value

The function returns a list of class "Trend".

Author(s)

Matthias Forkel <matthias.forkel@geo.tuwien.ac.at> [aut, cre]

See Also

ssa

Examples

## load a time series of NDVI (normalized difference vegetation index)
#data(ndvi)
#plot(ndvi)
#	
## calculate trend on mean annual NDVI values
#trd <- TrendSSA(ndvi)
#trd
#plot(trd)


[Package greenbrown version 2.4.3 Index]