grantjenks/python-runstats

Calculating population statistics

Closed this issue · 3 comments

runstats only seems to allow the calculation of the sample variance/stdev. Is it possible to also calculate the population variance/stdev? i.e. using a denominator of N rather than N-1

If the functionality doesn't exist, I'm happy to submit a pull request for this. numpy provides a ddof parameter for std()/var() to achieve this; I think something similar could be easily implemented in runstats.

Sounds reasonable. Pull request welcome.

Created pull request #17

Released to PyPI at version 1.6.3