AutoDep: Dependogram for Kendall's tau and Spearman's rho

View source: R/AutoDep.R

AutoDepR Documentation

Dependogram for Kendall's tau and Spearman's rho

Description

This function, used in EstDepSerial, draws the P-values of Kendall's tau and Spearman's rho for a given number of lags.

Usage

AutoDep(out)

Arguments

out

List of the output of EstDepSerial (P-values, subsets)

References

B.R Nasri (2021). Tests of serial dependence for arbitrary distributions

Examples

out <-EstDepSerial(SimAR1Poisson(c(5,0.4),100),10)
AutoDep(out)


MixedIndTests documentation built on May 29, 2024, 12:19 p.m.