powered by
This function is used to test significance using integrated variance correlation with local linear estimation
IVCTLLQ(y, x, K, num_per)
The p-value of the corresponding hypothesis test
is a numeric vector
is the number of quantile levels
is the number of permutation times
n=100 x=runif(n,-1,1) y=2*cos(2*x)+rnorm(n) # \donttest{ IVCTLLQ(y,x,K=5,num_per=100) # }
Run the code above in your browser using DataLab