TTest
(Built-in Mathematica Symbol) TTest[data] tests whether the mean of data is zero. TTest[{data_1, data_2}] tests whether the means of data_1 and data_2 are equal.TTest[dspec, \[Mu]_0] tests the mean ...
Tube
(Built-in Mathematica Symbol) Tube[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}] represents a 3D tube around the line joining a sequence of points.Tube[{pt_1, pt_2, ...}, r] represents a tube of radius ...
TukeyLambdaDistribution[\[Lambda]] represents Tukey's lambda distribution with shape parameter \[Lambda].TukeyLambdaDistribution[\[Lambda], \[Mu], \[Sigma]] represents ...
Tuples
(Built-in Mathematica Symbol) Tuples[list, n] generates a list of all possible n-tuples of elements from list. Tuples[{list_1, list_2, ...}] generates a list of all possible tuples whose i\[Null] ...
TuranGraph[n, k] gives the k-partite Turán graph with n vertices T n, k.
TuringMachine[rule, init, t] generates a list representing the evolution of the Turing machine with the specified rule from initial condition init for t steps. ...
Uncompress["string"] recovers an expression from a compressed string representation generated by Compress.Uncompress["string", h] wraps the head h around the expression ...
Undefined is a symbol that represents a quantity with no defined value.
UnderBar[expr] displays with a bar under expr.
Underflow[] represents a number too small to represent explicitly on your computer system.