Command Reference
:
Matrix Language Reference
@cquantile
Matrix Column Statistics Functions
Quantile of each column of a matrix.
Syntax:
@cquantile
(
m, q
)
m
: matrix
q:
number
Return: vector
Returns the column
q-
quantile using the Cleveland definition.
q
must be between zero and one.
Examples
vector q = @cquantile(m1, .5)
Cross-references
See also
@cmedian
.