R/chipval.R

Defines functions chipval

Documented in chipval

chipval = function(X, k){
    
    p = 1 - chicdf(X=X, k=k)
    
    return(p)
    
}

Try the astro package in your browser

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

astro documentation built on May 2, 2019, 2:14 a.m.