StrongComponents[g] gives a list of all strongly connected components in the directed graph g.
VertexList[g] gives a list of all vertices in the graph g.
WeakComponents[g] gives a list of all weakly connected components in the undirected graph g.
ClusterSplit[c, n] splits the cluster c into n clusters.
DistanceMatrix[list] gives a matrix of distances or dissimilarities between the elements of list.
Linkage
(Hierarchical Clustering Package Symbol) Linkage is an option for Agglomerate and DendrogramPlot that specifies the linkage method for agglomerative clustering.
ChiSquareCI[var, df] gives a confidence interval based on a \[Chi]^2 distribution with df degrees of freedom.
ChiSquarePValue[x, df] gives the cumulative probability beyond x for the \[Chi]^2 distribution with df degrees of freedom.
FRatioCI
(Hypothesis Testing Package Symbol) FRatioCI[ratio, n, m] gives a confidence interval based on an F-ratio distribution with n and m degrees of freedom.
FRatioPValue[x, n, m] gives the cumulative probability beyond x for the F-ratio distribution with n and m degrees of freedom.