FromAdjacencyMatrix[m] constructs a graph from a given adjacency matrix m, using a circular embedding. FromAdjacencyMatrix[m, v] uses v as the embedding for the resulting ...
MovingAverage and MovingMedian have been added to the built-in Mathematica kernel. ExponentialSmoothing is replaced by ExponentialMovingAverage.
MicroscopicErrorPlot[f, {x, a}] plots the error incurred by using machine arithmetic to evaluate the expression f in a small neighborhood of a.MicroscopicErrorPlot[f, {x, a, ...
StudentTPValue[x, df] gives the cumulative probability beyond x for Student's t distribution with df degrees of freedom.
MultivariateKurtosis[matrix] gives a multivariate kurtosis coefficient for matrix.
LegendTextOffset is an option for Legend, which specifies the offset of text next to the key box.
DialogReturn[expr] closes a dialog window, returning the expression expr from the dialog.DialogReturn[] closes a dialog window, returning Null.
OutputSizeLimit is an option for notebooks which specifies the maximum size in bytes of expressions that will automatically be output in their entirety.
$RelaxedTypeChecking is a flag that can be set to True to speed up the validation performed in Mathematica (via pattern tests) on arrays of data being sent as arguments to ...
NETBlock[expr] causes all new .NET objects returned to Mathematica during the evaluation of expr to be released when expr finishes.