R/dkern.R

"dkern" <-
function(x,y,k,lambda){
    ifelse(y==x, lambda, (1-lambda)/(k-1))
}

Try the npmlreg package in your browser

Any scripts or data that you put into this service are public.

npmlreg documentation built on May 2, 2019, 9:31 a.m.