R/erho.bw.R

Defines functions erho.bw

Documented in erho.bw

erho.bw <-
function(p,c1) # gives b0 = E(rho)
return(chi.int(p,2,c1)/2-chi.int(p,4,c1)/(2*c1^2)+
     chi.int(p,6,c1)/(6*c1^4)+c1^2*chi.int2(p,0,c1)/6)

Try the biwt package in your browser

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

biwt documentation built on June 13, 2022, 5:05 p.m.