c_inequality {stops}R Documentation

c-inequality calculates c-inequality (as in an economic measure of inequality) as Pearsons coefficient of variation of the distance matrix this is one of few c-structuredness indices not between 0 and 1, but 0 and infinity

Description

c-inequality calculates c-inequality (as in an economic measure of inequality) as Pearsons coefficient of variation of the distance matrix this is one of few c-structuredness indices not between 0 and 1, but 0 and infinity

Usage

c_inequality(confs)

Arguments

confs

a numeric matrix or data frame

Examples

x<-1:10
y<-2+3*x+rnorm(10)
z<- sin(y-x)
confs<-cbind(z,y,x)
c_inequality(confs)

[Package stops version 0.0-44 Index]