EstDepSerial | R Documentation |
This function computes Kendall's tau and Spearman's rho statistics for tests of randomness in a time series with arbitrary distribution for pairs (X[i],X[i+k]), k=1:lags
EstDepSerial(x, lag, graph = FALSE)
x |
Time series |
lag |
Number of lags |
graph |
Set to TRUE for a dependogram for Kendall's tau and Spearman;s rho |
stat |
List of Kendall's tau and Spearman's rho statistics from multilinear copula, and test combinations LB |
pvalue |
P-values for the tests statistics |
B.R Nasri (2022). Tests of serial dependence for arbitrary distributions
out <-EstDepSerial(SimAR1Poisson(c(5,0.4),100),10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.