SiegelTukeyTest[{data_1, data_2}] tests whether the variances of data_1 and data_2 are equal.SiegelTukeyTest[dspec, \[Sigma]_0^2] tests a dispersion measure against ...
Slot
(Built-in Mathematica Symbol) # represents the first argument supplied to a pure function. # n represents the n\[Null]\[Null]^th argument.
Specularity[s] is a graphics directive which specifies that surfaces of 3D graphics objects which follow are to be taken to have specularity s. Specularity[s, n] uses ...
SplineKnots is an option for B-spline functions and graphics primitives that specifies the positions of knots.
StateSpaceRealization is an option to StateSpaceModel that specifies its canonical representation.
StringForm["controlstring", expr_1, ...] prints as the text of the controlstring, with the printed forms of the expr_i embedded.
StringFreeQ["string", patt] yields True if no substring in " string" matches the string expression patt, and yields False otherwise. StringFreeQ["string", {patt_1, patt_2, ...
StringReplaceList["string", s -> sp] or StringReplaceList["string", {s_1 -> sp_1, s_2 -> sp_2, ...}] gives a list of the strings obtained by replacing each individual ...
Tolerance is an option for various numerical options which specifies the tolerance that should be allowed in computing results.
TreePlot[{v i 1 -> v j 1, v i 2 -> v j 2, ...}] generates a tree plot of the graph in which vertex v_ik is connected to vertex v_jk.TreePlot[{{v i 1 -> v j 1, lbl_1}, ...}] ...