Package | Description |
---|---|
edu.uci.ics.jung.statistics |
Provides a set of statistical tools for analyzing graphs.
|
Modifier and Type | Method and Description |
---|---|
static Histogram |
GraphStatistics.createHistogram(cern.colt.list.DoubleArrayList values,
double min,
int numBins,
double binWidth)
Creates a histogram from a sequence of doubles
|
static Histogram |
DegreeDistributions.getIndegreeHistogram(java.util.Set vertices,
double min,
double max,
int numBins)
Generates a histogram of the indegree distribution for a set of vertices
|
static Histogram |
DegreeDistributions.getOutdegreeHistogram(java.util.Set vertices,
double min,
double max,
int numBins)
Generates a histogram of the outdegree distribution for a set of vertices
|
Modifier and Type | Method and Description |
---|---|
static void |
DegreeDistributions.saveDistribution(Histogram histogram,
java.lang.String file)
Saves the empirical degree distribution to a file in the ascii flat file where each line has the
following format:
|