-
-
Notifications
You must be signed in to change notification settings - Fork 0
[RFC]: add stats/strided/zscore #651
Copy link
Copy link
Open
Labels
FeatureTask to add a new feature.Task to add a new feature.difficulty: 2May require some initial design or R&D, but should be straightforward to resolve and/or implement.May require some initial design or R&D, but should be straightforward to resolve and/or implement.priority: NormalNormal priority concern or feature request.Normal priority concern or feature request.
Metadata
Metadata
Assignees
Labels
FeatureTask to add a new feature.Task to add a new feature.difficulty: 2May require some initial design or R&D, but should be straightforward to resolve and/or implement.May require some initial design or R&D, but should be straightforward to resolve and/or implement.priority: NormalNormal priority concern or feature request.Normal priority concern or feature request.
Type
Fields
Give feedbackNo fields configured for issues without a type.
This API implements
This API computes the z-score.
API signatures:
where
N: number of indexed elements.correction: degrees of freedom adjustment.x: input strided array.strideX: stride length forx.offsetX: starting index forx.y: output strided array.strideY: stride length fory.offsetY: starting index fory.Notes
stats/strided/meanstdevto compute the mean and stdev in a single pass and then callblas/ext/base/*xsadb.Follow-on Work
Once completed and merged, the following packages can be added
stats/strided/dzscorestats/strided/szscorestats/base/ndarray/dzscorestats/base/ndarray/szscorestats/base/ndarray/zscoreblas/ext/zscore