Skip to content
New issue

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

Standard deviation in measurements summary object #380

Open
russbiggs opened this issue Jan 25, 2025 · 0 comments
Open

Standard deviation in measurements summary object #380

russbiggs opened this issue Jan 25, 2025 · 0 comments
Assignees

Comments

@russbiggs
Copy link
Member

In some cases the sd field is returning null when all summary inputs are equal. e.g. :

            "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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants