Closed
Description
Based on the analysis of array library APIs, we know that performing basic statistical functions is both universally implemented and commonly used. Accordingly, this issue proposes to standardize the following functions:
Functions
- mean
- prod
- std
- sum
- var
- min (minimum)
- max (maximum)
Criterion
- Commonly implemented across array libraries.
- Commonly used by array library consumers.
- Operates on one array.
Questions
- Are there any APIs listed above which should not be standardized?
- Are there basic statistical functions not listed above which should be standardized? Preferably, any additions should be supported by usage data.
- Should the standard recommend algorithms for increased portability? For reductions, mandating minimum precision requirements is more fraught than for the evaluation of elementary mathematical functions.
Metadata
Metadata
Assignees
Labels
No labels