Package | Description |
---|---|
edu.uci.ics.jung.statistics |
Provides a set of statistical tools for analyzing graphs.
|
Class and Description |
---|
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 |