R/erho.bw.p.R

Defines functions erho.bw.p

Documented in erho.bw.p

erho.bw.p <-
function(p,c1)
return(chi.int.p(p,2,c1)/2-chi.int.p(p,4,c1)/(2*c1^2)+
2*chi.int(p,4,c1)/(2*c1^3)+chi.int.p(p,6,c1)/(6*c1^4)-
4*chi.int(p,6,c1)/(6*c1^5)+c1^2*chi.int2.p(p,0,c1)/6
    +2*c1*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.