ComponentMeasurements[m, " prop"] computes the values of property prop for each component of a label matrix m that consists of identical elements.ComponentMeasurements[image, ...
FindEulerianCycle[g] finds an Eulerian cycle in the graph g if one exists.FindEulerianCycle[g, k] finds at most k Eulerian cycles.
JacobiSN[u, m] gives the Jacobi elliptic function sn(u | m).
ShapiroWilkTest[data] tests whether data is normally distributed using the Shapiro\[Dash]Wilk test.ShapiroWilkTest[data, " property"] returns the value of " property".
LocationEquivalenceTest[{data_1, data_2, ...}] tests whether the means or medians of the data_i are equal. LocationEquivalenceTest[{data_1, ...}, " property"] returns the ...
NonlinearModelFit[{y_1, y_2, ...}, form, {\[Beta]_1, ...}, x] constructs a nonlinear model with structure form that fits the y_i for successive x values 1, 2, ... using the ...
The general symbolic string patterns in Mathematica allow you to perform powerful string manipulation efficiently. What follows discusses the details of string patterns, ...
SequenceHold is an attribute that specifies that Sequence objects appearing in the arguments of a function should not automatically be flattened out.
LogPlot, ListLogPlot, and related functions have been added to the built-in Mathematica kernel. PolarPlot and ListPolarPlot have been added to the built-in Mathematica ...
SquareFreeQ, PrimePowerQ, KroneckerSymbol, ChineseRemainder and PrimitiveRoot have been added to the built-in Mathematica kernel functions. NextPrime and PreviousPrime are ...