https://github.com/cran/IQCC
Raw File
Tip revision: 015c96430f6bddf3c9b4b20d878ceae380a023be authored by Emanuel P. Barbosa on 21 September 2009, 00:00:00 UTC
version 1.0
Tip revision: 015c964
c4.R
c4 <-
function(n){
c<-(sqrt(2/(n-1)))*(gamma(n/2)/gamma((n-1)/2))
c
}

back to top