R/ylogy.r

ylogy = function(y) {
    return( ifelse(y==0, 0, y*log(y)) )
}
wrbrooks/gwselect documentation built on May 4, 2019, 11:59 a.m.