Package edu.uci.ics.jung.statistics

Class Summary
DegreeDistributions Set of general-purpose functions for analyzing the degree distribution of a set of vertices (normally the complete set of vertices associated with a graph).
GraphStatistics A set of statistical measures for structural properties of a graph
Histogram General-purpose class for representing experimental distributions via a histogram.
StatisticalMoments A data structure representing the central moments of a distribution including: the mean the variance the skewness the kurtosis
Data values that are observed are passed into this data structure via the accumulate(...) method and the corresponding central moments are updated on each call