function quantile
Compute the quantile of X.
Syntax
result = quantile(X, quantile)
Arguments
| X: | A matrix. |
| quantile: | The quantile to be returned (0...1). |
See also
function median
Compute the quantile of X.
Syntax
result = quantile(X, quantile)
Arguments
| X: | A matrix. |
| quantile: | The quantile to be returned (0...1). |