FindFile[name] finds the file with the specified name that would be loaded by Get[name] and related functions.
Graphics3D[primitives, options] represents a three-dimensional graphical image.
Make Template inserts a template based on a selected function name.
One of the most common statistical models is the linear regression model. A linear model predicts the value of a response variable by the linear combination of predictor ...
Sum
(Built-in Mathematica Symbol) Sum[f, {i, i_max}] evaluates the sum \[Sum]i = 1 i_max f. Sum[f, {i, i_min, i_max}] starts with i = i_min. Sum[f, {i, i_min, i_max, di}] uses steps d i. Sum[f, {i, {i_1, i_2, ...
Spacings is an option to Grid and related constructs that specifies the spacings to leave between successive objects.
This dialog displays information regarding the editing times of the input notebook. This is a "live" dialog that dynamically updates as changes are made to the notebook. It ...
Infix
(Built-in Mathematica Symbol) Infix[f[e_1, e_2, ...]] prints with f[e_1, e_2, ...] given in default infix form: e_1~f~e_2~f~e_3 .... Infix[expr, h] prints with arguments separated by h: e_1 h e_2 h e_3 ...
FileBaseName["file"] gives the base name for a file without its extension.