R/ansc.R

"ansc" <-
function(x,binsize){
y<-asin(sqrt((x+3/8)/(binsize+3/4)))
y <- y*sqrt(4*(binsize+.5))
y
}

Try the binhf package in your browser

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

binhf documentation built on May 2, 2019, 4:07 p.m.