MedianDeviation[list] gives the median absolute deviation from the median of the elements in list.
QuartileDeviation[list] gives the quartile deviation or semi-interquartile range of the elements in list.QuartileDeviation[dist] gives the quartile deviation or ...
QuartileSkewness[list] gives the coefficient of quartile skewness for the elements in list.QuartileSkewness[dist] gives the coefficient of quartile skewness for the symbolic ...
RootMeanSquare[list] gives the root mean square of values in list.
UpperTriangularize[m] gives a matrix in which all but the upper triangular elements of m are replaced with zeros. UpperTriangularize[m, k] replaces with zeros only the ...
VertexList[g] gives the list of vertices for the graph g.VertexList[g, patt] gives a list of vertices that match the pattern patt.
As discussed in "The Structure of Graphics and Sound", Mathematica includes a full graphics programming language. In this language, you can set up many different kinds of ...
SQLArgument[arg1, arg2, ...] holds a sequence of arguments to an SQL query.
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 ...
Images are an important standard data structure, tightly integrated with the Mathematica front end and kernel. Image objects are created by default when you import any file ...