quantileSeq does not accept individual numeric arguments in lieu of an array; does not document dimension argument
Open
bug
documentation
feature
- Dominant language
- JavaScript
- Stars
- 15.1k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
Functions like `sum` or `mean` accept either a matrix of values or a numeric value, but `quantileSeq` does not. Wouldn't it make sense for it to have the same behavior as those other functions?
Contributor guide
Assessment
This issue has not been assessed yet.