R/bandwidth.parameter.R

Defines functions bandwidth.parameter

Documented in bandwidth.parameter

bandwidth.parameter <-
function(p,n)
{
 return(round((4/((p+2)*n))^(1/(p+4)),3))
}

Try the dad package in your browser

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

dad documentation built on April 12, 2025, 1:49 a.m.