-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Request new nada-numpy feature
Implement the following statistical functionalities for measures of spread, modelled after the Python statistics module:
- Population standard deviation
- Population variance
- Sample standard deviation
Description
The new features should be integrated into the nada-numpy library and should operate on one NadaArray object. The functionalities should be defined as follows:
pstd(): Calculate and return the population standard deviation of oneNadaArrayobjects.pvar():: Compute and return the population variance of oneNadaArrayobjects.std(): Calculate and return the sample standard deviation of oneNadaArrayobjects.
Reference material
- Python
statistics - Numpy
statistics
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed