Kurtosis[list] gives the coefficient of kurtosis for the elements in list.Kurtosis[dist] gives the coefficient of kurtosis for the symbolic distribution dist.
LayerSizeFunction is an option for TreePlot that gives a function to specify the relative height to allow for each layer.
Skewness[list] gives the coefficient of skewness for the elements in list.Skewness[dist] gives the coefficient of skewness for the symbolic distribution dist.
StartingStepSize is an option to NDSolve and related functions that specifies the initial step size to use in trying to generate results.
Stub
(Built-in Mathematica Symbol) Stub is an attribute which specifies that if a symbol is ever used, Needs should automatically be called on the context of the symbol.
$VersionNumber is a real number which gives the current Mathematica kernel version number, and increases in successive versions.
Cone
(Built-in Mathematica Symbol) Cone[{{x_1, y_1, z_1}, {x_2, y_2, z_2}}, r] represents a cone with a base of radius r centered at (x_1, y_1, z_1) and a tip at (x_2, y_2, z_2). Cone[{{x_1, y_1, z_1}, {x_2, ...
Cylinder[{{x_1, y_1, z_1}, {x_2, y_2, z_2}}, r] represents a cylinder of radius r around the line from (x_1, y_1, z_1) to (x_2, y_2, z_2). Cylinder[{{x_1, y_1, z_1}, {x_2, ...
GridLines is an option for two-dimensional graphics functions that specifies grid lines.
Transformation rules in Mathematica let you set local values for symbols, functions, and all other types of expressions. Using rules provides a powerful and extensible method ...