computeSemblanceOneFeature_Gini {Semblance} | R Documentation |
Compute semblance when there is only one feature, given as a vector x, but weight the feature by its Gini coefficient. Use for data with strictly positive values.
Description
Compute semblance when there is only one feature, given as a vector x, but weight the feature by its Gini coefficient. Use for data with strictly positive values.
Usage
computeSemblanceOneFeature_Gini(x)
Arguments
x |
a vector of observations for whom a given feature has been measured or estimated |
Value
a Semblance metric for only one feature measured for several observations
[Package Semblance version 1.1.0 Index]