Package it.unimi.dsi.law.stat
Statistical tools (in particular, Kendall's τ) for large-size data.
-
Class Summary Class Description AveragePrecisionCorrelation Computes the AP (average-precision) correlation between two score vectors without ties.CorrelationIndex An abstract class providing basic infrastructure for all classes computing some correlation index between two score vectors, such asKendallTau
,WeightedTau
andAveragePrecisionCorrelation
.KendallAssortativity Computes Kendall's assortativities between the list of degrees of sources and targets of arcs of a graph.KendallTau Computes Kendall's τ between two score vectors.PearsonAssortativity Computes Pearson assortativities between the list of degrees of sources and targets of arcs of a graph.WeightedTau Computes the weighted τ between two score vectors.WeightedTau.AbstractWeigher