TransformedDistribution[expr, x \[Distributed] dist] represents the transformed distribution of expr where the random variable x follows the distribution ...
TimeUsed[] gives the total number of seconds of CPU time used so far in the current Mathematica session.
LongestCommonSubsequence[s_1, s_2] finds the longest contiguous subsequence of elements common to the strings or lists s_1 and s_2.
UnsavedVariables is an option for Manipulate, DynamicModule, and related functions that specifies local symbols that should not be saved when the notebook containing them is ...
FindLinearRecurrence[list] finds if possible the minimal linear recurrence that generates list.FindLinearRecurrence[list, d] finds if possible the linear recurrence of ...
Frame
(Built-in Mathematica Symbol) Frame is an option for Graphics, Grid, and other constructs that specifies whether to include a frame.
X3D
(Mathematica Import/Export Format) MIME type: model/x3d+xml Web3D geometry format. Used for distributing 3D models on the web and in media applications. XML format. Can store multiple geometries. Introduced in ...
VertexWeight is an option and property for Graph and related functions that specifies a vertex weight.
Urn models have a long history, starting with Laplace suggesting in 1786 that France's population be estimated by an urn-sampling scheme. They are conceptually relatively ...
FactorSquareFree[poly] pulls out any multiple factors in a polynomial.