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

Statistics #2

Open
b3n4kh opened this issue Jul 22, 2022 · 1 comment
Open

Statistics #2

b3n4kh opened this issue Jul 22, 2022 · 1 comment
Labels
complex Complex issue requires design decissions enhancement New feature or request

Comments

@b3n4kh
Copy link
Contributor

b3n4kh commented Jul 22, 2022

For some types of questions, statistics (like mean, std.dev, etc.) should be included for responses where the question implies a numerical response.

@otmarlendl
Copy link

Yes, for my testing I used the question "What's the temperature?" as a test. It doesn't make sense to list how often a certain value was given, the statistical properties make a lot more sense.

A simple mean would be good, Box & Whisker charts even better.

But the math isn't so trivial:

  • for a simple mean, you can do a running mean, where each new response triggers a new value for the average

  • But box plots need a defines aggregation interval to which the box applies to. That's not trivial, e.g. what is that interval and should older answers carry on into the given interval?

So I recommend to do the running mean first.

@b3n4kh b3n4kh added complex Complex issue requires design decissions enhancement New feature or request labels Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
complex Complex issue requires design decissions enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants