sqmk: Sequential Mann-Kendall Plot

Description Usage Arguments Details Value References Examples

View source: R/sqmk.R

Description

The series is rearranged based on the ranks of the original series. Prograde and retrograde series plots are generated as per Sneyers (1990). The point where prograde and retrograde series intersect will approximately indicate the possible point of change.

Usage

1
sqmk(x,startyear)

Arguments

x

- Time series data vector

startyear

- Starting of the time series (year!)

Details

The point where prograde series and retrograde series intersect, will indicate probable change point in the series. When there is no clear trend in the data, the series will intersect at several locations.

Value

Prograde - Prograde series

Retrograde - Retrograde series

Intersection - True if intersecting and False if not intersecting.

References

Sneyers S (1990) On the statistical analysis of series of observations. Technical note no 5 143, WMO No 725 415 Secretariat of the World Meteorological Organization, Geneva, 192 pp

Examples

1
2
x<-c(Nile)
sqmk(x,1871)

trendchange documentation built on Jan. 8, 2022, 5:07 p.m.