Home
last modified time | relevance | path

Searched refs:dyhat (Results 1 – 2 of 2) sorted by relevance

/dports/math/R-cran-quantreg/quantreg/R/
H A Danova.R227 dyhat <- x0 %*% (bhi - blo) functionVar
228 if(any(dyhat <= 0)) {
229 pfis <- (100 * sum(dyhat <= 0))/n
233 f <- pmax(eps, (2 * h)/(dyhat - eps))
H A Dquantreg.R585 dyhat <- x %*% (bhi - blo) functionVar
586 if (any(dyhat <= 0)) {
587 pfis <- (100 * sum(dyhat <= 0))/n
590 f <- pmax(eps, (2 * h)/(dyhat - eps))
1157 dyhat <- x %*% (bhi - blo) functionVar
1158 if (any(dyhat <= 0))
1159 warning(paste(sum(dyhat <= 0), "non-positive fis"))
1160 f <- pmax(0, (2 * h)/(dyhat - eps))