We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In some cases the sd field is returning null when all summary inputs are equal. e.g. :
sd
"summary": { "min": 14.8, "q02": 14.8, "q25": 14.8, "median": 14.8, "q75": 14.8, "q98": 14.8, "max": 14.8, "avg": 14.8, "sd": null },
Should the standard deviation in these cases not be 0 instead of null?
The text was updated successfully, but these errors were encountered:
caparker
No branches or pull requests
In some cases the
sd
field is returning null when all summary inputs are equal. e.g. :Should the standard deviation in these cases not be 0 instead of null?
The text was updated successfully, but these errors were encountered: