R/chi.int.R

Defines functions chi.int

Documented in chi.int

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

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.