The ability to generate pseudorandom numbers is important for simulating events, estimating probabilities and other quantities, making randomized assignments or selections, ...
Basic descriptive statistics operations. Given a list with n elements x_i, the mean Mean[list] is defined to be μ(x)OverscriptBox[x, _]∑x_i/n. The variance Variance[list] ...
Functions like Read and Write handle ordinary printable text. But in dealing with external data files or devices it is sometimes necessary to go to a lower level, and work ...
Mathematica saves information about every plot you produce, so that you can later redraw it. When you redraw plots, you can change some of the options you use. Functions for ...
This section includes reference material on SymbolicC functionality. C expressions. Grouping constructs to hold entire statements.
GridLines is an option for two-dimensional graphics functions that specifies grid lines.
Hue
(Built-in Mathematica Symbol) Hue[h] is a graphics directive which specifies that objects which follow are to be displayed, if possible, in a color corresponding to hue h. Hue[h, s, b] specifies colors in ...
NumericQ[expr] gives True if expr is a numeric quantity, and False otherwise.
ListStreamPlot[array] generates a stream plot from an array of vector field values.ListStreamPlot[{{{x_1, y_1}, {vx_1, vy_1}}, ...}] generates a stream plot from vector field ...
NoncentralFRatioDistribution[n, m, \[Lambda]] represents a noncentral F-ratio distribution with n numerator degrees of freedom, m denominator degrees of freedom, and ...