There are many situations where one wants to find a formula that best fits a given set of data. One way to do this in Mathematica is to use Fit. Basic linear fitting. Here is ...
Refine
(Built-in Mathematica Symbol) Refine[expr, assum] gives the form of expr that would be obtained if symbols in it were replaced by explicit numerical expressions satisfying the assumptions assum. ...
int MLTransferToEndOfLoopbackLink (MLINK d, MLINK s) transfers the full contents of the loopback link s to the destination link d.
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] ...
Take
(Built-in Mathematica Symbol) Take[list, n] gives the first n elements of list. Take[list, -n] gives the last n elements of list. Take[list, {m, n}] gives elements m through n of list. Take[list, seq_1, ...
Select
(Built-in Mathematica Symbol) Select[list, crit] picks out all elements e_i of list for which crit[e_i] is True. Select[list, crit, n] picks out the first n elements for which crit[e_i] is True.
Mathematica incorporates the latest algorithms—some original to Wolfram Research—for evaluating mathematical constants to any number of digits of precision. For basic ...
It is always a good idea to give variables and functions names that are as explicit as possible. Sometimes, however, such names may get inconveniently long. In Mathematica, ...
MomentConvert[mexpr, form] converts the moment expression mexpr to the specified form.
LocationEquivalenceTest[{data_1, data_2, ...}] tests whether the means or medians of the data_i are equal. LocationEquivalenceTest[{data_1, ...}, " property"] returns the ...