See: Description
Class | Description |
---|---|
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).
|
DiscreteDistribution |
A utility class for calculating properties of discrete distributions.
|
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 |