FRatioPValue[x, n, m] gives the cumulative probability beyond x for the F-ratio distribution with n and m degrees of freedom.
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.
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.
VarianceRatioCI[list_1, list_2] gives a confidence interval for the ratio of the population variances estimated from list_1 and from list_2.
EllipsoidQuartiles[matrix] gives the ellipsoidal loci of the quartiles of matrix.
MultivariateMedianDeviation[matrix] gives the median Euclidean distance from the median of the elements in matrix.
TotalVariation[matrix] gives the total variation for matrix.
VariationalD[f, u[x ], x] returns the variational derivative of the integral \[Integral]f \[DifferentialD]x with respect to u[x], where the integrand f is a function of u, ...