R/kernB.R

kern.B <- function (x, xi, h, g = 0)
{
    ((1-((xi-x)/h)^2)^g)/beta(.5,g+1)/h
}

Try the mixtools package in your browser

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

mixtools documentation built on Dec. 5, 2022, 5:23 p.m.