stat_dep_ser | R Documentation |
This function Computes the Kendall's taus and Spearman's rho for tests of randomness.
stat_dep_ser(x, lag)
x |
Time series |
lag |
Number of lags. |
tau |
Kendall's taus for lags 1:lag |
rho |
Spearman's rhos for lags 1:lag |
B.R Nasri (2021). Tests of serial dependence for arbitrary distributions
X <- SimAR1Poisson(c(5,0.2),100)
out <- stat_dep_ser(X,10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.