R/gini.gamma.R

gini.gamma <-
function(p){ # exact from Kleiber p.164
  Gini<-gamma(p+1/2)/(gamma(p+1)*sqrt(pi))
  return(Gini)
}

Try the acid package in your browser

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

acid documentation built on May 1, 2019, 10:14 p.m.