KagiChart[{{date_1, p_1}, {date_2, p_2}, ...}] makes a Kagi chart with prices p_i at date date_i.KagiChart[{" name", daterange}] makes a Kagi chart of closing prices for the ...
LineBreakChart[{{date_1, p_1}, {date_2, p_2}, ...}] makes a line break chart with prices p_i at date date_i.LineBreakChart[{" name", daterange}] makes a line break chart of ...
PointFigureChart[{{date_1, p_1}, {date_2, p_2}, ...}] makes a point and figure chart with prices p_i at date date_i.PointFigureChart[{" name", daterange}] makes a point and ...
RenkoChart[{{date_1, p_1}, {date_2, p_2}, ...}] makes a Renko chart with prices p_i at date date_i.RenkoChart[{" name", daterange}] makes a Renko chart of closing prices for ...
WishartDistribution[\[CapitalSigma], m] represents a Wishart distribution with scale matrix \[CapitalSigma] and degrees of freedom parameter m.
Affymetrix microarray data formats. Family of file formats used for the storage and exchange of microarray data and meta-information. ASCII or binary formats. Native formats ...
AiryAiPrime[z] gives the derivative of the Airy function Ai^\[Prime] (z).
ArcCos
(Built-in Mathematica Symbol) ArcCos[z] gives the arc cosine cos -1 (z) of the complex number z.
ArrayFlatten[{{m_11, m_12, ...}, {m_21, m_22, ...}, ...}] creates a single flattened matrix from a matrix of matrices m i j. ArrayFlatten[a, r] flattens out r pairs of levels ...