StrongComponents[g] gives a list of all strongly connected components in the directed graph g.
WeakComponents[g] gives a list of all weakly connected components in the undirected graph g.
Cluster
(Hierarchical Clustering Package Symbol) Cluster[c_1, c_2, d, n_1, n_2] represents a merger of the clusters c_1 and c_2 with dissimilarity d and n_1 and n_2 data elements respectively.
ChiSquareCI[var, df] gives a confidence interval based on a \[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.
MeanCI
(Hypothesis Testing Package Symbol) MeanCI[list] gives a confidence interval for the population mean estimated from list.
NormalCI
(Hypothesis Testing Package Symbol) NormalCI[\[Mu], \[Sigma]] gives a confidence interval based on a normal distribution.
StudentTCI[\[Mu], \[Sigma], df] gives a confidence interval based on Student's t distribution with df degrees of freedom.
VarianceCI[list] gives a confidence interval for the population variance estimated from list.
VarianceRatioCI[list_1, list_2] gives a confidence interval for the ratio of the population variances estimated from list_1 and from list_2.