-
-
Notifications
You must be signed in to change notification settings - Fork 908
Closed
Labels
FeatureIssue or pull request for adding a new feature.Issue or pull request for adding a new feature.RFCRequest for comments. Feature requests and proposed changes.Request for comments. Feature requests and proposed changes.StatisticsIssue or pull request related to statistical functionality.Issue or pull request related to statistical functionality.difficulty: 3Likely to be challenging but manageable.Likely to be challenging but manageable.
Description
Checklist
Please ensure the following tasks are completed before submitting a feature request.
- Read and understood the Code of Conduct.
- Searched for existing issues and pull requests.
- The issue name begins with
RFC:
.
Description
Description of the feature request.
This RFC proposes adding support for computing the variance of a single-precision floating-point strided array ignoring NaN
values and using a one-pass textbook algorithm. This would be a lower-level strided interface which includes a native C implementation and has the following package name:
Package: @stdlib/stats/base/snanvariancetk
Related: @stdlib/stats/base/svariancetk
Related Issues
Does this feature request have any related issues?
None.
Questions
Any questions for reviewers?
No.
Other
Any other information relevant to this feature request? This may include screenshots, references, sample output, and/or implementation notes.
No.
Metadata
Metadata
Assignees
Labels
FeatureIssue or pull request for adding a new feature.Issue or pull request for adding a new feature.RFCRequest for comments. Feature requests and proposed changes.Request for comments. Feature requests and proposed changes.StatisticsIssue or pull request related to statistical functionality.Issue or pull request related to statistical functionality.difficulty: 3Likely to be challenging but manageable.Likely to be challenging but manageable.