Uses of Package
edu.uci.ics.jung.statistics

Packages that use edu.uci.ics.jung.statistics
edu.uci.ics.jung.statistics Provides a set of statistical tools for analyzing graphs. 
 

Classes in edu.uci.ics.jung.statistics used by edu.uci.ics.jung.statistics
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