FittedModel[...] represents the symbolic fitted model obtained from functions like LinearModelFit.
Tally
(Built-in Mathematica Symbol) Tally[list] tallies the elements in list, listing all distinct elements together with their multiplicities.Tally[list, test] uses test to determine whether pairs of elements ...
DateListPlot[{{date_1, v_1}, {date_2, v_2}, ...}] plots points with values v i at a sequence of dates.DateListPlot[{v_1, v_2, ...}, datespec] plots points with dates at equal ...
Fourier
(Built-in Mathematica Symbol) Fourier[list] finds the discrete Fourier transform of a list of complex numbers.
DivisorSigma[k, n] gives the divisor function \[Sigma]_k (n).
ImageHistogram[image] plots a histogram of the pixel levels for each channel in image.ImageHistogram[image, n] uses n levels for each channel.ImageHistogram[image, n, {min, ...
MovingMedian[list, r] gives the moving median of list, computed using spans of r elements.
PartitionsQ[n] gives the number q (n) of partitions of the integer n into distinct parts.
Prime
(Built-in Mathematica Symbol) Prime[n] gives the n\[Null]^th prime number.
Cluster analysis is an unsupervised learning technique used for classification of data. Data elements are partitioned into groups called clusters that represent proximate ...