R/chi.int2.p.R

Defines functions chi.int2.p

Documented in chi.int2.p

chi.int2.p <-
function(p,a,c1)
return( -exp(lgamma((p+a)/2)-lgamma(p/2))*2^{a/2}*dchisq(c1^2,p+a)*2*c1 )

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.