Package es.uam.eps.ir.relison.utils.indexes

Generalized indexes for computing metrics.
  • Class Summary 
    Class Description
    Entropy
    Computes the entropy of a series.
    FastGiniIndex
    Class for computing and updating the Gini index.
    GiniIndex
    Computes the value of the Gini Index of a list of values.
    KLDivergence
    Computes the KL divergence as a distance between two distributions (an original one, P(x), and an estimated one from real data Q(x).
    MonteCarloGini
    Gini coefficient of a random distribution
    MonteCarloGiniCollection
    Configures a set of MonteCarlo-computed Gini coefficients.