# first one is true, all other are false
check_cov_lower(c(0.1, 0, 0.2, 1, 0.2), q = 2)
check_cov_lower(c(0 , 0, 0.2, 1, 0.2), q = 2)
check_cov_lower(c(0.1, 0, 0.2, 1, 0 ), q = 2)
check_cov_lower(c(0.1, 0, 0.2, -1, 0 ), q = 2)
Run the code above in your browser using DataLab