ErrorBarFunction is an option for ErrorListPlot that specifies a function to apply to determine the shape of error bars.
ErrorBar
(Error Bar Plots Package Symbol) ErrorBar[{ negerror, poserror }] error in the positive and negative directions.ErrorBar[yerr] error yerr in both the positive and negative directions.ErrorBar[xerr, yerr] ...
RationalInterpolation[expr, {x, m, n}, {x_1, x_2, ..., x n + m + 1}] gives the rational interpolant to expr with numerator order m and denominator order n, where x_1, x_2, ...
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.
TruncateDendrogram is an option for DendrogramPlot that specifies the fusion levels at which to truncate the dendrogram.
MeanCI
(Hypothesis Testing Package Symbol) MeanCI[list] gives a confidence interval for the population mean estimated from list.
StudentTPValue[x, df] gives the cumulative probability beyond x for Student's t distribution with df degrees of freedom.
VarianceCI[list] gives a confidence interval for the population variance estimated from list.
MultivariateKurtosis[matrix] gives a multivariate kurtosis coefficient for matrix.
SpearmanRankCorrelation[xlist, ylist] gives Spearman's rank correlation coefficient \[Rho] for the real-valued vectors xlist and ylist.