powered by
This function is used to calculate the integrated variance correlation between two random variables with local linear estimation
IVCLLQ(y, x, K)
The value of the corresponding sample statistic
is a numeric vector
is the number of quantile levels
n=100 x=rnorm(n) y=exp(x)+rnorm(n) IVCLLQ(y,x,K=4)
Run the code above in your browser using DataLab