mkTrend(y, x = seq_along(y), ci = 0.95, IsPlot = FALSE)
Value
Z0 : The original (non corrected) Mann-Kendall test Z statistic.
pval0: The original (non corrected) Mann-Kendall test p-value
Z : The new Z statistic after applying the correction
pval : Corrected p-value after accounting for serial autocorrelation
N/n*s Value of the correction factor, representing the quotient of the number
of samples N divided by the effective sample size n*s
slp : Sen slope, The slope of the (linear) trend according to Sen test
Arguments
y
numeric vector
ci
critical value of autocorrelation
IsPlot
boolean
x
(optional) numeric vector
Author
Dongdong Kong
Details
mkTrend is 4-fold faster with .lm.fit.
References
Hipel, K.W. and McLeod, A.I. (1994),
Time Series Modelling of Water Resources and Environmental Systems.
New York: Elsevier Science.
Libiseller, C. and Grimvall, A., (2002), Performance of partial
Mann-Kendall tests for trend detection in the presence of covariates.
Environmetrics 13, 71--84, tools:::Rd_expr_doi("10.1002/env.507").