FittedModel[...] represents the symbolic fitted model obtained from functions like LinearModelFit.
Gather
(Built-in Mathematica Symbol) Gather[list] gathers the elements of list into sublists of identical elements.Gather[list, test] applies test to pairs of elements to determine if they should be considered ...
GeodesyData["name", " property"] gives the value of the specified property for a named geodetic datum or reference ellipsoid.GeodesyData[{a, b}, " property"] gives the value ...
The control mechanisms set up for NDSolve enable you to define your own numerical integration algorithms and use them as specifications for the Method option of NDSolve. ...
CompilationTarget is an option for Compile that specifies the target runtime for the compiled function.
GraphDiameter[g] gives the maximum eccentricity of the vertices in the graph g.
IsomorphicGraphQ[g_1, g_2] yields True if the graphs g_1 and g_2 are isomorphic, and False otherwise.
NotebookEvaluate[notebook] evaluates all the evaluatable cells in notebook.
PageRankCentrality[g, \[Alpha]] gives a list of page-rank centralities for the vertices in the graph g and weight \[Alpha].PageRankCentrality[g, \[Alpha], \[Beta]] gives a ...
Abs
(Built-in Mathematica Symbol) Abs[z] gives the absolute value of the real or complex number z.