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 Aug. 30, 2023, 5:06 p.m.