pvts_hamunyela: Hamunyela smoothing

Description Usage Arguments Note Examples

Description

Perform the Hamunyela smoothing (see notes) in a time series vector to eliminate negative outliers.

Usage

1

Arguments

x

Numeric vector

Note

Hamunyela, E., Verbesselt, J., Roerink, G., & Herold, M. (2013). Trends in spring phenology of western European deciduous forests. Remote Sensing, 5(12), 6159-6179.

Examples

1
2
3
4
library(PVts)

x <- c(1,2,4,-100,2,5,10)
pvts_hamunyela(x)

pvts-approach/PVts documentation built on July 1, 2019, 4:59 p.m.