Refer to quantileSeq in docs of median

This commit is contained in:
jos 2017-02-20 20:50:37 +01:00
parent faa8b88036
commit b283accfa5
2 changed files with 3 additions and 2 deletions

View File

@ -17,6 +17,7 @@ module.exports = {
'prod',
'std',
'sum',
'var'
'var',
'quantileSeq'
]
};

View File

@ -31,7 +31,7 @@ function factory (type, config, load, typed) {
*
* See also:
*
* mean, min, max, sum, prod, std, var
* mean, min, max, sum, prod, std, var, quantileSeq
*
* @param {... *} args A single matrix or or multiple scalar values
* @return {*} The median