TrendRQ: Trend estimation based on quantile regression

Description Usage Arguments Value Author(s) See Also Examples

Description

The function computes breakpoints and trends based on quantile regression.

Usage

1
2
TrendRQ(Yt, tau = 0.5, 
    ...)

Arguments

Yt

univariate time series of class ts

tau

quantile to be estimated in quantile regression

...

additional arguments (currently not used)

Value

The function returns a list of class "Trend".

Author(s)

Matthias Forkel <matthias.forkel@tu-dresden.de> [aut, cre]

See Also

Trend, TrendAAT

Examples

1
2
3
4
5
6
7
8
9
ndvi <- window(aggregate(ndvi, FUN=mean))
plot(ndvi)
	
# calculate trend based on regression to median
trd.q05 <- TrendRQ(ndvi)
trd.q05
plot(trd.q05)

TrendLongestSEG(trd.q05)

greenbrown documentation built on Dec. 18, 2020, 3:02 p.m.