Description Usage Arguments Details Value See Also
Calculate Variance of Mann-Kendall Test Statistic
1 | mk_variance(n, t = NULL, u = NULL)
|
n |
Length of ranking/time series. |
t |
Contingency table of ranking \mjseqnR_t. If |
u |
Contingency table of ranking \mjseqnR_u. If |
_S^2 = \frac(n(n - 1)(2n + 5) - \sum_t \in g_tt(t - 1)(2t + 5) - \sum_u \in g_u u(u - 1)(2u + 5)) + \frac19n(n-1)(n-2) \times \sum_t \in g_t t(t-1)(t-2) \times \sum_u \in g_u u(u-1)(u-2) + \frac12n(n-1) \times \sum_t \in g_t t(t-1) \times \sum_u \in g_u u(u-1)18
Variance of Kendall's test statistic
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.