-
Notifications
You must be signed in to change notification settings - Fork 79
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
Incorrect standard error #203
Comments
Did you try the https://pyperf.readthedocs.io/en/latest/cli.html#stats-cmd command? The https://pyperf.readthedocs.io/en/latest/cli.html#compare-to-cmd command computes also the t-test:
|
I tried those commands; they do show the t-test value. Showing it as +- is a bit incorrect I felt. It probably needs to then be used with the t-score for a 95% confidence interval? |
Oh, stdev() is the standard deviation: https://docs.python.org/dev/library/statistics.html#statistics.stdev |
I think that there is a mistake in the link: I wrote #204 to fix the doc. |
pyperf/pyperf/_cli.py
Line 290 in bf02a8b
The docs link to https://en.wikipedia.org/wiki/Standard_error which claim it's: standard deviation / square-root(n).
pyperf seems to be only reporting the standard deviation?
Not sure how to use this information along with the t-score to get my confidence intervals.
The text was updated successfully, but these errors were encountered: