EulerianGraphQ[g] yields True if the graph g is Eulerian, and False otherwise.
ExponentialFamily is an option for GeneralizedLinearModelFit that specifies the exponential family for the model.
Export
(Built-in Mathematica Symbol) Export["file. ext", expr] exports data to a file, converting it to the format corresponding to the file extension ext. Export[file, expr, " format"] exports data in the ...
n!! gives the double factorial of n.
FactorList[poly] gives a list of the factors of a polynomial, together with their exponents.
FactorSquareFreeList[poly] gives a list of square-free factors of a polynomial, together with their exponents.
FillingStyle is an option for ListPlot, Plot, Plot3D, and related functions that specifies the default style of filling to be used.
FindGeometricTransform[pts_1, pts_2] finds a geometric transformation between two geometries pts_1 and pts_2, returning the alignment error together with the transformation ...
FittedModel[...] represents the symbolic fitted model obtained from functions like LinearModelFit.
FixedPoint[f, expr] starts with expr, then applies f repeatedly until the result no longer changes.